diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/ldsodefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/ldsodefs.h b/sysdeps/unix/sysv/linux/ldsodefs.h index 1f4d9e3..4c3676e 100644 --- a/sysdeps/unix/sysv/linux/ldsodefs.h +++ b/sysdeps/unix/sysv/linux/ldsodefs.h @@ -18,12 +18,12 @@ #ifndef _LDSODEFS_H -/* Get the real definitions. */ -#include_next <ldsodefs.h> - /* We have the auxiliary vector. */ #define HAVE_AUX_VECTOR +/* Get the real definitions. */ +#include_next <ldsodefs.h> + /* We can assume that the kernel always provides the AT_UID, AT_EUID, AT_GID, and AT_EGID values in the auxiliary vector from 2.4.0 or so on. */ #define HAVE_AUX_XID |