aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/posix/execvp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/execvp.c')
-rw-r--r--newlib/libc/posix/execvp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/posix/execvp.c b/newlib/libc/posix/execvp.c
index 1c1fd3a..be7e71c 100644
--- a/newlib/libc/posix/execvp.c
+++ b/newlib/libc/posix/execvp.c
@@ -21,8 +21,7 @@
*/
static char *
-_DEFUN (strccpy, (s1, s2, c),
- char *s1,
+strccpy (char *s1,
char *s2,
char c)
{
@@ -36,8 +35,7 @@ _DEFUN (strccpy, (s1, s2, c),
}
int
-_DEFUN (execvp, (file, argv),
- const char *file,
+execvp (const char *file,
char * const argv[])
{
char *path = getenv ("PATH");