blob: 5c30e2193c0ec9201c742b934bc79c14620bce05 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* nothing needed here until we want pthread support or similar
*/
#include <features.h>
/* Do something very evil for now. Until we include our out syscall
* macros, short circuit bits/syscall.h and use asm/unistd.h instead */
#define _BITS_SYSCALL_H
#include <asm/unistd.h>
|