Some 64-bit file offset changes that were left out accidentally in the first
commit.
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
#define SYSUNAME 78
|
||||
#define GETSYSINFO 79 /* to PM or FS */
|
||||
#define GETDENTS 80 /* to FS */
|
||||
#define LLSEEK 81 /* to FS */
|
||||
#define FSTATFS 82 /* to FS */
|
||||
#define SELECT 85 /* to FS */
|
||||
#define FCHDIR 86 /* to FS */
|
||||
|
||||
@@ -165,6 +165,8 @@ extern int optreset; /* Reset getopt state */
|
||||
|
||||
_PROTOTYPE( int brk, (char *_addr) );
|
||||
_PROTOTYPE( int chroot, (const char *_name) );
|
||||
_PROTOTYPE( int lseek64, (int _fd, u64_t _offset, int _whence,
|
||||
u64_t *_newpos) );
|
||||
_PROTOTYPE( int mknod, (const char *_name, _mnx_Mode_t _mode, Dev_t _addr) );
|
||||
_PROTOTYPE( int mknod4, (const char *_name, _mnx_Mode_t _mode, Dev_t _addr,
|
||||
long _size) );
|
||||
|
||||
Reference in New Issue
Block a user