/* 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 /* Include the library _syscallx macros */ #include #endif /* _BITS_SYSCALLS_H */