mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
* pthread_cond_timedwait.c: Include <stdlib.h>.
This commit is contained in:
parent
00a13bbd04
commit
beb6aa41da
@ -1,5 +1,7 @@
|
||||
2002-12-02 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* pthread_cond_timedwait.c: Include <stdlib.h>.
|
||||
|
||||
* Makefile (tests): Add tst-fork2 and tst-fork3.
|
||||
* tst-fork2.c: New file.
|
||||
* tst-fork3.c: New file.
|
||||
|
@ -17,6 +17,8 @@
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "pthreadP.h"
|
||||
#include <lowlevellock.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user