Some 64-bit file offset changes that were left out accidentally in the first

commit.
This commit is contained in:
Philip Homburg
2006-12-06 15:21:27 +00:00
parent bafc45a309
commit 8a2a957d49
7 changed files with 29 additions and 8 deletions

View File

@@ -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 */

View File

@@ -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) );