syscalls.h 458 B

1234567891011121314151617
  1. /* This file is licensed under LGPL.
  2. * Copyright (C) 2002-2003, George Thanos <george.thanos@gdt.gr>
  3. * Yannis Mitsos <yannis.mitsos@gdt.gr>
  4. */
  5. #ifndef _BITS_SYSCALLS_H
  6. #define _BITS_SYSCALLS_H
  7. #ifndef _SYSCALL_H
  8. # error "Never use <bits/syscalls.h> directly; include <sys/syscall.h> instead."
  9. #endif
  10. #include <features.h>
  11. /* Include the library _syscallx macros */
  12. #include <bits/unistd.h>
  13. #endif /* _BITS_SYSCALLS_H */