Blame view

include/linux/unistd.h 157 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
  #ifndef _LINUX_UNISTD_H_
  #define _LINUX_UNISTD_H_
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3
  /*
135ab6ec8   Arnd Bergmann   [PATCH] remove re...
4
   * Include machine specific syscall numbers
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5
6
7
8
   */
  #include <asm/unistd.h>
  
  #endif /* _LINUX_UNISTD_H_ */