mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08:00
Include sgidefs.h only if NO_SGIDEFS_H isn't defined.
This commit is contained in:
parent
13e579e4f9
commit
c80ce440fb
@ -28,7 +28,9 @@
|
||||
#include <bp-checks.h>
|
||||
|
||||
#include <kernel-features.h>
|
||||
#ifndef NO_SGIDEFS_H
|
||||
#include <sgidefs.h>
|
||||
#endif
|
||||
|
||||
#ifdef __NR_pread64 /* Newer kernels renamed but it's the same. */
|
||||
# ifdef __NR_pread
|
||||
|
@ -27,7 +27,9 @@
|
||||
#include <bp-checks.h>
|
||||
|
||||
#include <kernel-features.h>
|
||||
#ifndef NO_SGIDEFS_H
|
||||
#include <sgidefs.h>
|
||||
#endif
|
||||
|
||||
#ifdef __NR_pread64 /* Newer kernels renamed but it's the same. */
|
||||
# ifdef __NR_pread
|
||||
|
@ -28,7 +28,9 @@
|
||||
#include <bp-checks.h>
|
||||
|
||||
#include <kernel-features.h>
|
||||
#ifndef NO_SGIDEFS_H
|
||||
#include <sgidefs.h>
|
||||
#endif
|
||||
|
||||
#ifdef __NR_pwrite64 /* Newer kernels renamed but it's the same. */
|
||||
# ifdef __NR_pwrite
|
||||
|
Loading…
Reference in New Issue
Block a user