mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
2000-08-21 Andreas Jaeger <aj@suse.de> * include/poll.h: Include include/sys/poll.h to get __poll declaration. * io/sys/poll.h: Move __poll declaration from here... * include/sys/poll.h: ...to here. * include/sys/socket.h (__getpeername): Add declaration. * include/wchar.h (__vswprintf): Add declaration. * include/stdio.h (__flockfile): Add declaration. (__funlockfile): Likewise.cvs/glibc-2-2-branch
6 changed files with 34 additions and 5 deletions
@ -1 +1 @@ |
|||
#include <io/poll.h> |
|||
#include <include/sys/poll.h> |
|||
|
|||
@ -1 +1,6 @@ |
|||
#include <io/sys/poll.h> |
|||
#ifndef _SYS_POLL_H |
|||
# include <io/sys/poll.h> |
|||
|
|||
extern int __poll (struct pollfd *__fds, unsigned long int __nfds, |
|||
int __timeout); |
|||
#endif |
|||
|
|||
Loading…
Reference in new issue