mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-04-08 10:06:41 +00:00
14 lines
201 B
C
14 lines
201 B
C
#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_ */
|