mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Add SysCall pwrite()
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f309cdff2f
commit
e775dfa9a5
@@ -25,6 +25,7 @@ int readlink(const char *path, char *buf, size_t bufsize);
|
||||
int poll(struct pollfd *pollFd, unsigned long int numberOfFds, int timeout);
|
||||
int fstat(int fd, struct stat *buf);
|
||||
ssize_t pread(int fd, void *buf, size_t count, off_t offset);
|
||||
ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset);
|
||||
void *mmap(void *addr, size_t size, int prot, int flags, int fd, off_t off);
|
||||
int munmap(void *addr, size_t size);
|
||||
} // namespace SysCalls
|
||||
|
||||
Reference in New Issue
Block a user