pal_linux_defs.h 447 B

1234567891011121314
  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. /* internal wrap native pipe inside pipe streams */
  6. #define USE_PIPE_SYSCALL 1
  7. #define USE_VSYSCALL_GETTIME 0
  8. #define USE_VDSO_GETTIME 1
  9. #define USE_CLOCK_GETTIME 1
  10. #endif /* PAL_LINUX_DEFS_H */