diff options
Diffstat (limited to 'newlib/libc/posix/execle.c')
-rw-r--r-- | newlib/libc/posix/execle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/posix/execle.c b/newlib/libc/posix/execle.c index c18555c..67387f5 100644 --- a/newlib/libc/posix/execle.c +++ b/newlib/libc/posix/execle.c @@ -15,7 +15,7 @@ int _DEFUN(execle, (path, arg0, ...), const char *path, - const char *arg0 _DOTS) + const char *arg0, ...) #else |