mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 10:22:41 +08:00
bits/poll2.h needs __BEGIN/__END_DECLS
This commit is contained in:
parent
d5835c2642
commit
e5f484c622
@ -1,5 +1,7 @@
|
||||
2012-01-08 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* io/bits/poll2.h: Add __BEGIN/__END_DECLS.
|
||||
|
||||
* io/Makefile (headers): Add bits/poll2.h.
|
||||
|
||||
2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
|
||||
|
@ -22,6 +22,8 @@
|
||||
#endif
|
||||
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds,
|
||||
int __timeout), poll);
|
||||
extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout,
|
||||
@ -76,3 +78,5 @@ ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout,
|
||||
return __ppoll_alias (__fds, __nfds, __timeout, __ss);
|
||||
}
|
||||
#endif
|
||||
|
||||
__END_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user