My Kernel
v0.1.0
unistd.h
1
#ifndef UAPI_UNISTD_H
2
#define UAPI_UNISTD_H
3
4
/* Values for the WHENCE argument to lseek. */
5
# define SEEK_SET 0
/* Seek from beginning of file. */
6
# define SEEK_CUR 1
/* Seek from current position. */
7
# define SEEK_END 2
/* Seek from end of file. */
8
9
#endif
/* UAPI_UNISTD_H */
include
uapi
unistd.h
Generated by
1.9.5