mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00: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>
|
2002-12-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* pthread_cond_timedwait.c: Include <stdlib.h>.
|
||||||
|
|
||||||
* Makefile (tests): Add tst-fork2 and tst-fork3.
|
* Makefile (tests): Add tst-fork2 and tst-fork3.
|
||||||
* tst-fork2.c: New file.
|
* tst-fork2.c: New file.
|
||||||
* tst-fork3.c: New file.
|
* tst-fork3.c: New file.
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "pthreadP.h"
|
#include "pthreadP.h"
|
||||||
#include <lowlevellock.h>
|
#include <lowlevellock.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user