diff options
Diffstat (limited to 'posix/execle.c')
-rw-r--r-- | posix/execle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/execle.c b/posix/execle.c index 8418381c2a..2199ebeb74 100644 --- a/posix/execle.c +++ b/posix/execle.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1991,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 @@ -73,3 +73,4 @@ execle (const char *path, const char *arg, ...) return __execve (path, (char *const *) argv, (char *const *) envp); } +libc_hidden_def (execle) |