diff options
Diffstat (limited to 'posix/execlp.c')
-rw-r--r-- | posix/execlp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/execlp.c b/posix/execlp.c index 950705604c..ba8fc74c90 100644 --- a/posix/execlp.c +++ b/posix/execlp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 93, 96, 97, 98, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991,93,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 @@ -72,3 +72,4 @@ execlp (const char *file, const char *arg, ...) return execvp (file, (char *const *) argv); } +libc_hidden_def (execlp) |