Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
linux-kselftest
/
7835e98b2e3c66dba79cb0ff8ebb90a2fe030c29
/
.
/
include
/
linux
/
unistd.h
blob: 10ed9834b82241c5c102504217fc288ff528f4c8 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_UNISTD_H_
#define
_LINUX_UNISTD_H_
extern
int
errno
;
/*
* Include machine specific syscallX macros
*/
#include
<asm/unistd.h>
#endif
/* _LINUX_UNISTD_H_ */