mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* include/unistd.h: Declare __libc_pause.
This commit is contained in:
parent
91d293772b
commit
65c93f621b
@ -1,5 +1,7 @@
|
||||
2002-09-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* include/unistd.h: Declare __libc_pause.
|
||||
|
||||
* include/sys/socket.h: Declare __libc_send, __libc_recv,
|
||||
__libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
|
||||
|
||||
|
@ -144,4 +144,8 @@ extern void __exit_thread (int val) __attribute__ ((noreturn));
|
||||
/* Internal name for fork function. */
|
||||
extern __pid_t __libc_fork (void);
|
||||
|
||||
/* Suspend the process until a signal arrives.
|
||||
This always returns -1 and sets `errno' to EINTR. */
|
||||
extern int __libc_pause (void);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user