diff options
Diffstat (limited to 'posix/execvp.c')
-rw-r--r-- | posix/execvp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/execvp.c b/posix/execvp.c index a9621d284e..6e919526d7 100644 --- a/posix/execvp.c +++ b/posix/execvp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 95, 96, 97, 98, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,95,96,97,98,99,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -156,3 +156,4 @@ execvp (file, argv) /* Return the error from the last attempt (probably ENOENT). */ return -1; } +libc_hidden_def (execvp) |