Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4330ed8ed4da360ac1ca14b0fddff4c05b10de16 authored by Linus Torvalds on 06 October 2008, 23:39:58 UTC
Linux 2.6.27-rc9
Tip revision: 4330ed8
unistd.h
#ifdef __KERNEL__
# ifdef CONFIG_SUPERH32
#  include "unistd_32.h"
# else
#  include "unistd_64.h"
# endif
#else
# ifdef __SH5__
#  include "unistd_64.h"
# else
#  include "unistd_32.h"
# endif
#endif
back to top