diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-17 02:48:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-17 02:48:28 +0000 |
commit | 2c5567a08e9b05c86f4e7272478beb69286ef93d (patch) | |
tree | be0d8bdd57cac291daab8b2359cf2b777d3251a1 /nptl/tst-mutex2.c | |
parent | 25d025ce77452fa37ffda90de8ccd774d0924dab (diff) | |
download | glibc-2c5567a08e9b05c86f4e7272478beb69286ef93d.zip glibc-2c5567a08e9b05c86f4e7272478beb69286ef93d.tar.gz glibc-2c5567a08e9b05c86f4e7272478beb69286ef93d.tar.bz2 |
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>.
Diffstat (limited to 'nptl/tst-mutex2.c')
-rw-r--r-- | nptl/tst-mutex2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-mutex2.c b/nptl/tst-mutex2.c index ee90fa7..f589a1e 100644 --- a/nptl/tst-mutex2.c +++ b/nptl/tst-mutex2.c @@ -20,6 +20,7 @@ #include <errno.h> #include <pthread.h> #include <stdio.h> +#include <stdlib.h> static pthread_mutex_t m; |