mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
1999-07-27 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/Makefile [stdio-common]: Set inhibit-siglist. (The code this disables is entirely gone in the main branch, so this change does not need to be propagated from the 2.1 branch.)
This commit is contained in:
parent
e0ceebea59
commit
a6877d2677
@ -183,6 +183,11 @@ ifeq (hurd, $(subdir))
|
||||
sysdep_routines += cthreads
|
||||
endif
|
||||
|
||||
ifeq (stdio-common, $(subdir))
|
||||
# Just disable the auto generation in sysdeps/generic
|
||||
inhibit-siglist := yes
|
||||
endif
|
||||
|
||||
ifeq (posix, $(subdir))
|
||||
sysdep_routines += clk_tck
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user