1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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:
Andreas Jaeger
2000-08-21 16:02:48 +00:00
parent 3d421b2845
commit d4b0774fc6
6 changed files with 34 additions and 5 deletions

View File

@@ -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