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 a94c44e..e63c71c 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 f6537ba..4769e0d 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <setjmp.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include "pthreadP.h"