about summary refs log tree commit diff
path: root/sysdeps/generic/waitpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/waitpid.c')
-rw-r--r--sysdeps/generic/waitpid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/waitpid.c b/sysdeps/generic/waitpid.c
index d0e00467cc..9c7736e669 100644
--- a/sysdeps/generic/waitpid.c
+++ b/sysdeps/generic/waitpid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991,95,96,97,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
@@ -46,6 +46,7 @@ __libc_waitpid (pid_t pid, int *stat_loc, int options)
   return (pid_t) -1;
 }
 weak_alias (__libc_waitpid, __waitpid)
+libc_hidden_weak (__waitpid)
 weak_alias (__libc_waitpid, waitpid)
 
 stub_warning (waitpid)