diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-15 20:47:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-15 20:47:12 +0000 |
commit | 34e72eb280da28cd2de963932afc260eabcdb453 (patch) | |
tree | 9f1648794d937518e70cc8707ff8c90e911282bc /sysdeps/unix | |
parent | 9d13fb2413921c713f83efe331e8e4d219c62c6b (diff) | |
download | glibc-34e72eb280da28cd2de963932afc260eabcdb453.tar.gz glibc-34e72eb280da28cd2de963932afc260eabcdb453.tar.xz glibc-34e72eb280da28cd2de963932afc260eabcdb453.zip |
2005-12-15 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/Makefile (inhibit-siglist): Removed.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index b2bbbc0b28..812cd97c80 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -107,11 +107,6 @@ ifeq ($(subdir),termios) sysdep_headers += termio.h endif -ifeq ($(subdir),stdio-common) -# Just disable the auto generation in sysdeps/generic -inhibit-siglist := yes -endif - ifeq ($(subdir),posix) sysdep_headers += bits/initspin.h |