mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1999-09-27 Andreas Jaeger <aj@suse.de> * resolv/netdb.h: Remove declaration of getnodebyname. It has been renamed to getipnodebyname. Move flags around. 1999-09-27 Andreas Schwab <schwab@suse.de> * manual/message.texi (Locating gettext catalog): Fix typos. 1999-09-27 Andreas Jaeger <aj@suse.de> * manual/socket.texi (Out-of-Band Data): Correct example program, rename some variables for clarity. Reported by James Antill <james@and.org>, close PR libc/1329.
This commit is contained in:
@ -115,7 +115,7 @@ pthread_cond_timedwait_relative(pthread_cond_t *cond,
|
||||
pthread_exit(PTHREAD_CANCELED);
|
||||
}
|
||||
/* If not signaled: also remove ourselves and return an error code, but
|
||||
only if the timeout has elapsed. If not, jsut continue waiting. */
|
||||
only if the timeout has elapsed. If not, just continue waiting. */
|
||||
if (THREAD_GETMEM(self, p_signal) == 0) {
|
||||
if (retsleep != 0)
|
||||
goto continue_waiting;
|
||||
|
Reference in New Issue
Block a user