mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* 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.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
bits/initspin.h
|
||||
bits/pthreadtypes.h
|
||||
cmsg_nxthdr.c
|
||||
dl-brk.c
|
||||
dl-sbrk.c
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user