mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
The syscalls.h wasn't up to date (unlike the one in the old tree).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@36 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
48535f1870
commit
74f88d9ebf
@ -31,7 +31,7 @@ int sys_fsync(int fd);
|
||||
ssize_t sys_read(int fd, void *buf, off_t pos, size_t len);
|
||||
ssize_t sys_write(int fd, const void *buf, off_t pos, size_t len);
|
||||
int sys_seek(int fd, off_t pos, int seek_type);
|
||||
int sys_ioctl(int fd, ulong op, void *buf);
|
||||
int sys_ioctl(int fd, ulong op, void *buf, size_t length);
|
||||
int sys_create(const char *path, stream_type stream_type);
|
||||
int sys_unlink(const char *path);
|
||||
int sys_rename(const char *oldpath, const char *newpath);
|
||||
|
Loading…
Reference in New Issue
Block a user