]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Dec 2002 19:19:37 +0000 (19:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Dec 2002 19:19:37 +0000 (19:19 +0000)
* pthread_cond_timedwait.c: Include <stdlib.h>.

nptl/ChangeLog
nptl/pthread_cond_timedwait.c

index 4506e3da69eaa6f4297f56ba17dc550ce37402ca..187b4433596409af46306b988fefe7cd6867cc48 100644 (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.
index 792dbdc49dcd7a94844f5ba0241fca48c14259c9..826d16fb0249c3afd72295d3ea2f78eeb2edd921 100644 (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>
 
This page took 0.053205 seconds and 5 git commands to generate.