pal_linux_defs.h 602 B

123456789101112131415161718192021
  1. /* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
  2. /* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
  3. #ifndef PAL_LINUX_DEFS_H
  4. #define PAL_LINUX_DEFS_H
  5. #define USER_ADDRESS_RESERVED 0x100000000
  6. #define USER_ADDRESS_LOWEST 0x10000
  7. /* internal wrap native pipe inside pipe streams */
  8. #define USE_PIPE_SYSCALL 0
  9. #define USE_VSYSCALL_GETTIME 0
  10. #define USE_VDSO_GETTIME 1
  11. #define USE_CLOCK_GETTIME 1
  12. #define USE_ARCH_RDRAND 0
  13. #define BLOCK_SIGFAULT 0
  14. #endif /* PAL_LINUX_DEFS_H */