From: Roland McGrath Date: Wed, 28 Jul 1999 18:18:59 +0000 (+0000) Subject: 1999-07-27 Mark Kettenis X-Git-Tag: cvs/glibc_2-1-2~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6877d267768750d07014f605620712d4c0afe1e;p=thirdparty%2Fglibc.git 1999-07-27 Mark Kettenis * 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.) --- diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index b18f9f100e1..024952351d0 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -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