mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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,3 +1,12 @@
|
|||||||
|
2002-11-24 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2002-11-24 Andreas Schwab <schwab@suse.de>
|
2002-11-24 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
|
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
|
||||||
|
@ -23,7 +23,7 @@ subdir := posix
|
|||||||
|
|
||||||
headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \
|
headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \
|
||||||
glob.h regex.h wordexp.h fnmatch.h getopt.h \
|
glob.h regex.h wordexp.h fnmatch.h getopt.h \
|
||||||
bits/types.h bits/typesizes.h \
|
bits/types.h bits/typesizes.h bits/pthreadtypes.h \
|
||||||
bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \
|
bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \
|
||||||
bits/local_lim.h tar.h bits/utsname.h bits/confname.h \
|
bits/local_lim.h tar.h bits/utsname.h bits/confname.h \
|
||||||
bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \
|
bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
bits/initspin.h
|
bits/initspin.h
|
||||||
bits/pthreadtypes.h
|
|
||||||
cmsg_nxthdr.c
|
cmsg_nxthdr.c
|
||||||
dl-brk.c
|
dl-brk.c
|
||||||
dl-sbrk.c
|
dl-sbrk.c
|
||||||
|
@ -108,7 +108,7 @@ inhibit-siglist := yes
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),posix)
|
ifeq ($(subdir),posix)
|
||||||
sysdep_headers += bits/pthreadtypes.h bits/initspin.h
|
sysdep_headers += bits/initspin.h
|
||||||
|
|
||||||
sysdep_routines += exit-thread
|
sysdep_routines += exit-thread
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user