Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7d145aa3abf4d96c91f37c012facd5cfbb9010d1
/
.
/
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_ */