From d1407e33350b8bd55c411e76ccf5c5dc70e28293 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 19 Jun 1999 12:43:27 +0000 Subject: * sysdeps/mach/hurd/siglist.h: Use #include_next. * sysdeps/unix/sysv/linux/siglist.h: Likewise. --- sysdeps/mach/hurd/siglist.h | 2 +- sysdeps/unix/sysv/linux/siglist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/siglist.h b/sysdeps/mach/hurd/siglist.h index e516ad6a7f..efe1ddbccf 100644 --- a/sysdeps/mach/hurd/siglist.h +++ b/sysdeps/mach/hurd/siglist.h @@ -18,6 +18,6 @@ /* This file is included multiple times. */ -#include /* This file defines the canonical list. */ +#include_next /* 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 a6d0302c2d..2c9b0ccd0c 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 /* This file defines the canonical list. */ +#include_next /* Get the canonical list. */ #define OLD_SIGLIST_SIZE_STR "32" /* For GLIBC_2.0 binary compatibility. */ -- cgit 1.4.1