Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
c0ad90a32fb60f4129d0e24dfd5fd7128e2e09f2
/
.
/
include
/
linux
/
unistd.h
blob: c18c60f3254ec998d33222aa1bd226c1f6314441 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_UNISTD_H_
#define
_LINUX_UNISTD_H_
#ifdef
__KERNEL__
extern
int
errno
;
#endif
/*
* Include machine specific syscallX macros
*/
#include
<asm/unistd.h>
#endif
/* _LINUX_UNISTD_H_ */