From: Ulrich Drepper Date: Thu, 26 Aug 2004 16:59:14 +0000 (+0000) Subject: Include sgidefs.h only if NO_SGIDEFS_H isn't defined. X-Git-Tag: glibc-2.16-ports-before-merge~1140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80ce440fbbcec62f4e1706737c8b29271678911;p=thirdparty%2Fglibc.git Include sgidefs.h only if NO_SGIDEFS_H isn't defined. --- diff --git a/sysdeps/unix/sysv/linux/mips/pread.c b/sysdeps/unix/sysv/linux/mips/pread.c index d2a6c69db53..8fba0340b84 100644 --- a/sysdeps/unix/sysv/linux/mips/pread.c +++ b/sysdeps/unix/sysv/linux/mips/pread.c @@ -28,7 +28,9 @@ #include #include +#ifndef NO_SGIDEFS_H #include +#endif #ifdef __NR_pread64 /* Newer kernels renamed but it's the same. */ # ifdef __NR_pread diff --git a/sysdeps/unix/sysv/linux/mips/pread64.c b/sysdeps/unix/sysv/linux/mips/pread64.c index b63bb9c2aa4..238c8e0d8b8 100644 --- a/sysdeps/unix/sysv/linux/mips/pread64.c +++ b/sysdeps/unix/sysv/linux/mips/pread64.c @@ -27,7 +27,9 @@ #include #include +#ifndef NO_SGIDEFS_H #include +#endif #ifdef __NR_pread64 /* Newer kernels renamed but it's the same. */ # ifdef __NR_pread diff --git a/sysdeps/unix/sysv/linux/mips/pwrite.c b/sysdeps/unix/sysv/linux/mips/pwrite.c index 50c82652367..d0e3fe538e8 100644 --- a/sysdeps/unix/sysv/linux/mips/pwrite.c +++ b/sysdeps/unix/sysv/linux/mips/pwrite.c @@ -28,7 +28,9 @@ #include #include +#ifndef NO_SGIDEFS_H #include +#endif #ifdef __NR_pwrite64 /* Newer kernels renamed but it's the same. */ # ifdef __NR_pwrite