summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/unistd/exec.c b/libc/unistd/exec.c
index e40dadc8b..2abeb2238 100644
--- a/libc/unistd/exec.c
+++ b/libc/unistd/exec.c
@@ -179,6 +179,7 @@ int execle(const char *path, const char *arg, ...)
return n;
}
+libc_hidden_def(execle)
#endif
/**********************************************************************/