diff options
Diffstat (limited to 'libc/unistd/exec.c')
-rw-r--r-- | libc/unistd/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/unistd/exec.c b/libc/unistd/exec.c index 0c90f376d..e40dadc8b 100644 --- a/libc/unistd/exec.c +++ b/libc/unistd/exec.c @@ -40,6 +40,7 @@ #include <sys/mman.h> libc_hidden_proto(execl) +libc_hidden_proto(execle) libc_hidden_proto(execvp) libc_hidden_proto(memcpy) |