unistd.h 157 B

123456789
  1. #ifndef _LINUX_UNISTD_H_
  2. #define _LINUX_UNISTD_H_
  3. /*
  4. * Include machine specific syscall numbers
  5. */
  6. #include <asm/unistd.h>
  7. #endif /* _LINUX_UNISTD_H_ */