From 19c36e333722962398eb281fd7201ac45f5eb572 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 27 Jun 1998 13:16:32 +0000 Subject: Update. * sysdeps/unix/sysv/linux/poll.c: Likewise. --- sysdeps/unix/sysv/linux/poll.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux/poll.c') diff --git a/sysdeps/unix/sysv/linux/poll.c b/sysdeps/unix/sysv/linux/poll.c index e37df4cb9e..8119a974c1 100644 --- a/sysdeps/unix/sysv/linux/poll.c +++ b/sysdeps/unix/sysv/linux/poll.c @@ -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 -- cgit v1.2.3