fcntl.h 388 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_IA64_FCNTL_H
  3. #define _ASM_IA64_FCNTL_H
  4. /*
  5. * Modified 1998-2000
  6. * David Mosberger-Tang <[email protected]>, Hewlett-Packard Co.
  7. */
  8. #define force_o_largefile() \
  9. (personality(current->personality) != PER_LINUX32)
  10. #include <linux/personality.h>
  11. #include <asm-generic/fcntl.h>
  12. #endif /* _ASM_IA64_FCNTL_H */