diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-16 17:40:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-16 17:40:49 +0000 |
commit | 6e66dc78c4149bde8d8401fba53eab0429829e95 (patch) | |
tree | e5a55ca298464c8a7f3777662ea13f0766c4cf6d /nptl | |
parent | 63c7a7e8a99489497572e0cf81aee5c3bc77d1c2 (diff) | |
download | glibc-6e66dc78c4149bde8d8401fba53eab0429829e95.tar.gz glibc-6e66dc78c4149bde8d8401fba53eab0429829e95.tar.xz glibc-6e66dc78c4149bde8d8401fba53eab0429829e95.zip |
Update.
2003-05-16 Ulrich Drepper <drepper@redhat.com> * unwind.c: Include <unistd.h>.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/unwind.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a94c44e294..e63c71c841 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -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. diff --git a/nptl/unwind.c b/nptl/unwind.c index f6537ba69b..4769e0d823 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -20,6 +20,7 @@ #include <setjmp.h> #include <stdlib.h> +#include <unistd.h> #include "pthreadP.h" |