mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Update.
* sysdeps/unix/sysv/linux/poll.c: Likewise.
This commit is contained in:
parent
bfc73ba2b6
commit
19c36e3337
@ -1,6 +1,7 @@
|
||||
1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
|
||||
* sysdeps/unix/sysv/linux/poll.c: Likewise.
|
||||
|
||||
1998-06-27 7:07 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
|
@ -32,7 +32,7 @@ static int __emulate_poll __P ((struct pollfd *fds, unsigned long int nfds,
|
||||
|
||||
/* The real implementation. */
|
||||
int
|
||||
poll (fds, nfds, timeout)
|
||||
__poll (fds, nfds, timeout)
|
||||
struct pollfd *fds;
|
||||
unsigned long int nfds;
|
||||
int timeout;
|
||||
@ -58,10 +58,10 @@ poll (fds, nfds, timeout)
|
||||
|
||||
return __emulate_poll (fds, nfds, timeout);
|
||||
}
|
||||
|
||||
weak_alias (__poll, poll)
|
||||
|
||||
/* Get the emulation code. */
|
||||
# define poll(fds, nfds, timeout) \
|
||||
# define __poll(fds, nfds, timeout) \
|
||||
static internal_function __emulate_poll (fds, nfds, timeout)
|
||||
#endif
|
||||
#include <sysdeps/unix/bsd/poll.c>
|
||||
|
Loading…
x
Reference in New Issue
Block a user