]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 May 2003 17:40:49 +0000 (17:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 May 2003 17:40:49 +0000 (17:40 +0000)
2003-05-16  Ulrich Drepper  <drepper@redhat.com>

* unwind.c: Include <unistd.h>.

nptl/ChangeLog
nptl/unwind.c

index a94c44e2949ad11d57ec63ded13beddce1172152..e63c71c84110e7198698675906b7ace59edbc8a8 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * unwind.c: Include <unistd.h>.
+
 2003-05-14  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile ($(objpfx)$(multidir)): Add rule to create the directory.
index f6537ba69b8878988146729a2de4ca06c3fdff35..4769e0d8231593765a4c8e0bd35732fd466cad5b 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <setjmp.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include "pthreadP.h"
 
 
This page took 0.05183 seconds and 5 git commands to generate.