diff options
Diffstat (limited to 'sysdeps/unix/bsd/poll.c')
-rw-r--r-- | sysdeps/unix/bsd/poll.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/poll.c b/sysdeps/unix/bsd/poll.c index 1375afd95b..0bddf0b275 100644 --- a/sysdeps/unix/bsd/poll.c +++ b/sysdeps/unix/bsd/poll.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1994,1996,1997,1998,1999,2001 Free Software Foundation, Inc. +/* Copyright (C) 1994,1996,1997,1998,1999,2001,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 @@ -193,5 +194,6 @@ __poll (fds, nfds, timeout) return ready; } #ifndef __poll +libc_hidden_def (__poll) weak_alias (__poll, poll) #endif |