aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/posix/execle.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/execle.c')
-rw-r--r--newlib/libc/posix/execle.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/posix/execle.c b/newlib/libc/posix/execle.c
index 67387f5..641bdac 100644
--- a/newlib/libc/posix/execle.c
+++ b/newlib/libc/posix/execle.c
@@ -13,8 +13,7 @@
#include <stdarg.h>
int
-_DEFUN(execle, (path, arg0, ...),
- const char *path,
+execle (const char *path,
const char *arg0, ...)
#else
@@ -22,8 +21,7 @@ _DEFUN(execle, (path, arg0, ...),
#include <varargs.h>
int
-_DEFUN(execle, (path, arg0, va_alist),
- const char *path,
+execle (const char *path,
const char *arg0,
va_dcl)