mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -50,6 +50,12 @@ extern int __gen_tempname (char *__tmpl, int __kind);
|
||||
extern void __libc_fatal (__const char *__message)
|
||||
__attribute__ ((__noreturn__));
|
||||
|
||||
/* Acquire ownership of STREAM. */
|
||||
extern void __flockfile (FILE *__stream);
|
||||
|
||||
/* Relinquish the ownership granted for STREAM. */
|
||||
extern void __funlockfile (FILE *__stream);
|
||||
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user