diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-07-10 12:31:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-07-10 12:31:27 -0400 |
commit | 037a28c3d2bc5bf4a3f36b0172e83e6515b05a68 (patch) | |
tree | 7d2a3acca5cc0b14cbea84b7544e1086f57e4269 /src/libudev/missing.h | |
parent | fbae3924871345cb60979dd9fb6794a091ba3ad1 (diff) |
Bring mkdir.c, label.c and util.c in better line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/missing.h')
-rw-r--r-- | src/libudev/missing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/missing.h b/src/libudev/missing.h index aa578d1fe0..a2ca518948 100644 --- a/src/libudev/missing.h +++ b/src/libudev/missing.h @@ -139,7 +139,7 @@ static inline int fanotify_init(unsigned int flags, unsigned int event_f_flags) static inline int fanotify_mark(int fanotify_fd, unsigned int flags, uint64_t mask, int dfd, const char *pathname) { #if defined _MIPS_SIM && _MIPS_SIM == _MIPS_SIM_ABI32 || defined __powerpc__ && !defined __powerpc64__ \ - || defined __arm__ && !defined __aarch64__ + || defined __arm__ && !defined __aarch64__ union { uint64_t _64; uint32_t _32[2]; |