diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-24 23:11:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-24 23:11:32 +0000 |
commit | 13a571a7470a1830736e6a1b1cd46b1553db041c (patch) | |
tree | e0f60343cd9517af29dcc7e6815b8b26188f4222 /sysdeps | |
parent | 14519931aee383dd66ddf97bcc8d96c03e4976b4 (diff) | |
download | glibc-13a571a7470a1830736e6a1b1cd46b1553db041c.zip glibc-13a571a7470a1830736e6a1b1cd46b1553db041c.tar.gz glibc-13a571a7470a1830736e6a1b1cd46b1553db041c.tar.bz2 |
* configure.in: Skip AUTOCONF check under --without-cvs.
* configure: Regenerated.
* posix/Makefile (headers): Add bits/pthreadtypes.h.
* sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
* sysdeps/unix/sysv/linux/Dist: Remove it from the list.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 881f11b..d38b0b4 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -1,5 +1,4 @@ bits/initspin.h -bits/pthreadtypes.h cmsg_nxthdr.c dl-brk.c dl-sbrk.c diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 3154e18..8e0f659 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -108,7 +108,7 @@ inhibit-siglist := yes endif ifeq ($(subdir),posix) -sysdep_headers += bits/pthreadtypes.h bits/initspin.h +sysdep_headers += bits/initspin.h sysdep_routines += exit-thread endif |