/* This file is licensed under LGPL. * Copyright (C) 2002-2003, George Thanos * Yannis Mitsos */ #ifndef _BITS_SYSCALLS_H #define _BITS_SYSCALLS_H #ifndef _SYSCALL_H # error "Never use directly; include instead." #endif #include /* This includes the `__NR_' syscall numbers taken from the Linux kernel * header files. It also defines the traditional `SYS_' macros for older * programs. */ #include /* Include the library _syscallx macros */ #include #endif /* _BITS_SYSCALLS_H */