diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-17 02:48:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-17 02:48:34 +0000 |
commit | 796038f86356116c705903edf2752e978ea3f6b0 (patch) | |
tree | 4492d5aad009f32a5a43c446b40377397f155f01 | |
parent | 2c5567a08e9b05c86f4e7272478beb69286ef93d (diff) | |
download | glibc-796038f86356116c705903edf2752e978ea3f6b0.tar glibc-796038f86356116c705903edf2752e978ea3f6b0.tar.gz glibc-796038f86356116c705903edf2752e978ea3f6b0.tar.bz2 glibc-796038f86356116c705903edf2752e978ea3f6b0.zip |
* tst-fork4.c: Include <string.h>.
* tst-signal2.c: Likewise.
* tst-mutex5.c (do_test): exit -> return.
* tst-mutex2.c: Include <stdlib.h>.
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1bafd40f2b..45ecd028b0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2003-03-16 Roland McGrath <roland@redhat.com> + + * tst-fork4.c: Include <string.h>. + * tst-signal2.c: Likewise. + * tst-mutex5.c (do_test): exit -> return. + * tst-mutex2.c: Include <stdlib.h>. + 2003-03-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Work around red |