diff options
Diffstat (limited to 'posix/execv.c')
-rw-r--r-- | posix/execv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/execv.c b/posix/execv.c index 16c0a02c43..faca14f6ef 100644 --- a/posix/execv.c +++ b/posix/execv.c @@ -24,3 +24,4 @@ execv (const char *path, char *const argv[]) { return __execve (path, argv, __environ); } +libc_hidden_def (execv) |