mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Revert "feature: add functions to get/set VA space"
This reverts commit 0550c80d4f.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
71617c19b3
commit
bcc5a8502b
@@ -20,7 +20,6 @@ namespace SysCalls {
|
||||
|
||||
extern int (*sysCallsMkdir)(const std::string &dir);
|
||||
extern int (*sysCallsOpen)(const char *pathname, int flags);
|
||||
extern int (*sysCallsClose)(int fileDescriptor);
|
||||
extern int (*sysCallsOpenWithMode)(const char *pathname, int flags, int mode);
|
||||
extern int (*sysCallsDlinfo)(void *handle, int request, void *info);
|
||||
extern ssize_t (*sysCallsPread)(int fd, void *buf, size_t count, off_t offset);
|
||||
|
||||
Reference in New Issue
Block a user