* pthread_cond_timedwait.c: Include <stdlib.h>.
This commit is contained in:
Ulrich Drepper 2002-12-02 19:19:37 +00:00
parent 00a13bbd04
commit beb6aa41da
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View 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>