add directory Linux-0.98
This commit is contained in:
10
Linux-0.98/Yggdrasil-0.98.3/usr/include/sys/file.h
Normal file
10
Linux-0.98/Yggdrasil-0.98.3/usr/include/sys/file.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _SYS_FILE_H
|
||||
#define _SYS_FILE_H
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#define L_SET 0 /* absolute offset */
|
||||
#define L_INCR 1 /* relative to current offset */
|
||||
#define L_XTND 2 /* relative to end of file */
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user