diff options
Diffstat (limited to 'posix/execl.c')
-rw-r--r-- | posix/execl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/execl.c b/posix/execl.c index 72748a456f..62fd45db58 100644 --- a/posix/execl.c +++ b/posix/execl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 94, 97, 98, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,94,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 @@ -75,3 +75,4 @@ execl (const char *path, const char *arg, ...) return __execve (path, (char *const *) argv, __environ); } +libc_hidden_def (execl) |