/include/linux/unistd.h

https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · C++ Header · 9 lines · 4 code · 2 blank · 3 comment · 0 complexity · 84811f1c2eed3d30426975fc81175cca MD5 · raw file

  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_ */