diff options
author | Andreas Schwab <schwab@suse.de> | 2013-01-28 17:51:03 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-02-04 10:01:54 +0100 |
commit | 903ae060db90aa1d72aa67afbc5a5ecabdcdbef7 (patch) | |
tree | 765f691bf506bef1017d12024366e48ca17cb831 /nptl/tst-mutex9.c | |
parent | Improve link_map.l_addr comment. (diff) | |
download | glibc-903ae060db90aa1d72aa67afbc5a5ecabdcdbef7.tar.gz glibc-903ae060db90aa1d72aa67afbc5a5ecabdcdbef7.tar.bz2 glibc-903ae060db90aa1d72aa67afbc5a5ecabdcdbef7.zip |
Don't use GLIBC_PRIVATE errno outside of libraries
Diffstat (limited to 'nptl/tst-mutex9.c')
-rw-r--r-- | nptl/tst-mutex9.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/tst-mutex9.c b/nptl/tst-mutex9.c index adb3b61f09..1d689bd7e4 100644 --- a/nptl/tst-mutex9.c +++ b/nptl/tst-mutex9.c @@ -18,10 +18,13 @@ #include <errno.h> #include <pthread.h> +#include <stdint.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/mman.h> +#include <sys/time.h> #include <sys/wait.h> |