aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-19 12:43:27 +0000
committerRoland McGrath <roland@gnu.org>1999-06-19 12:43:27 +0000
commitd1407e33350b8bd55c411e76ccf5c5dc70e28293 (patch)
tree9df9e9b890ccdcec2e25de0db1f893012240f0f1
parenta901ffa236a6170adc61e0b98f5a15f675ed9462 (diff)
downloadglibc-d1407e33350b8bd55c411e76ccf5c5dc70e28293.zip
glibc-d1407e33350b8bd55c411e76ccf5c5dc70e28293.tar.gz
glibc-d1407e33350b8bd55c411e76ccf5c5dc70e28293.tar.bz2
* sysdeps/mach/hurd/siglist.h: Use #include_next.
* sysdeps/unix/sysv/linux/siglist.h: Likewise.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/mach/hurd/siglist.h2
-rw-r--r--sysdeps/unix/sysv/linux/siglist.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ebe486..a608cf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
stuff in the current sysdeps/gnu version is no longer required.
* sysdeps/generic/Makefile: Remove rules for generating siglist.c.
* sysdeps/generic/make_siglist.c: File removed.
+ * sysdeps/mach/hurd/siglist.h: Use #include_next.
+ * sysdeps/unix/sysv/linux/siglist.h: Likewise.
1999-06-16 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/sysdeps/mach/hurd/siglist.h b/sysdeps/mach/hurd/siglist.h
index e516ad6..efe1ddb 100644
--- a/sysdeps/mach/hurd/siglist.h
+++ b/sysdeps/mach/hurd/siglist.h
@@ -18,6 +18,6 @@
/* This file is included multiple times. */
-#include <sysdeps/gnu/siglist.h> /* This file defines the canonical list. */
+#include_next <siglist.h> /* Get the canonical list. */
#define OLD_SIGLIST_SIZE_STR "33" /* For GLIBC_2.0 binary compatibility. */
diff --git a/sysdeps/unix/sysv/linux/siglist.h b/sysdeps/unix/sysv/linux/siglist.h
index a6d0302..2c9b0cc 100644
--- a/sysdeps/unix/sysv/linux/siglist.h
+++ b/sysdeps/unix/sysv/linux/siglist.h
@@ -18,6 +18,6 @@
/* This file is included multiple times. */
-#include <sysdeps/gnu/siglist.h> /* This file defines the canonical list. */
+#include_next <siglist.h> /* Get the canonical list. */
#define OLD_SIGLIST_SIZE_STR "32" /* For GLIBC_2.0 binary compatibility. */