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…
x
Reference in New Issue
Block a user