]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/private/syscommon.h
auto import from //depot/cupcake/@135843
[android-sdk/platform-bionic.git] / libc / private / syscommon.h
1 /*
2  * syscommon.h
3  *
4  * Common header file for system call stubs
5  */
7 #define __IN_SYS_COMMON
8 #include <errno.h>
9 #include <signal.h>
10 #include <sys/types.h>
11 #include <sys/syscall.h>
13 #include <poll.h>
14 #include <sched.h>
15 #include <sys/dirent.h>
16 #include <sys/klog.h>
17 #include <sys/mman.h>
18 #include <sys/resource.h>
19 #include <sys/select.h>
20 #include <sys/stat.h>
21 #include <sys/time.h>
22 #include <sys/times.h>
23 #include <sys/uio.h>
24 #include <sys/utime.h>
25 #include <sys/utsname.h>
26 #include <sys/vfs.h>
27 #include <sys/wait.h>
28 #include <unistd.h>
30 #ifdef __i386__
31 # include <sys/vm86.h>
32 #endif