diff options
Diffstat (limited to 'linux-user/generic/fcntl.h')
-rw-r--r-- | linux-user/generic/fcntl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-user/generic/fcntl.h b/linux-user/generic/fcntl.h index c85c5b9..4568d1f 100644 --- a/linux-user/generic/fcntl.h +++ b/linux-user/generic/fcntl.h @@ -119,11 +119,6 @@ struct target_f_owner_ex { #define TARGET_F_UNLCK 2 #endif -#ifndef TARGET_F_EXLCK -#define TARGET_F_EXLCK 4 -#define TARGET_F_SHLCK 8 -#endif - #ifndef TARGET_HAVE_ARCH_STRUCT_FLOCK #ifndef TARGET_ARCH_FLOCK_PAD #define TARGET_ARCH_FLOCK_PAD |