diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-08 20:37:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-08 20:37:42 +0000 |
commit | 64ca3f329b3232d6926a44fa10b6e9f1cb92687d (patch) | |
tree | ab99bc2be1f9ab54e32eaf11e1debf630b36b1f1 /linuxthreads/Makefile | |
parent | 4f58b7c6f7aaed8c886accb8b119a6948d480e71 (diff) | |
download | glibc-64ca3f329b3232d6926a44fa10b6e9f1cb92687d.tar.gz glibc-64ca3f329b3232d6926a44fa10b6e9f1cb92687d.tar.xz glibc-64ca3f329b3232d6926a44fa10b6e9f1cb92687d.zip |
* resolv/resolv.h: Include <sys/types.h> for u_long even in
the [__need_res_state] case. Reported by Bruno Haible <bruno@clisp.org>.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 4dce3133af..230c75f4f6 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -25,7 +25,7 @@ linuxthreads-version := $(shell sed -n 's/^.*$(subdir)-\([0-9.]*\).*$$/\1/p' \ Banner) headers := pthread.h semaphore.h -distribute := internals.h queue.h restart.h spinlock.h tst-signal.sh +distribute := internals.h queue.h restart.h spinlock.h smp.h tst-signal.sh routines := weaks no-tsd |