diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-16 01:44:12 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:38 +0200 |
commit | 06419c7f9c4600bfcdda7ac631870d5442908d0f (patch) | |
tree | f0ea30ea7c75ddfd2b62240a49bd664dceaa6a2d /include/sys/poll.h | |
parent | cef1f9517c319d86b4b426ecc14a10d0fa5494c7 (diff) |
ppoll: no need for hidden version
Guard as GNU extension.
Reorganize a bit.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/sys/poll.h')
-rw-r--r-- | include/sys/poll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/poll.h b/include/sys/poll.h index 53ba6e2eb..1f5e12c61 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -68,7 +68,6 @@ libc_hidden_proto(poll) extern int ppoll (struct pollfd *__fds, nfds_t __nfds, __const struct timespec *__timeout, __const __sigset_t *__ss); -libc_hidden_proto(ppoll) #endif __END_DECLS |