mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user