mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Revert "feature: Support for opaque IPC handles on Windows and Linux"
This reverts commit 46b1b2783b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5fe59104a4
commit
0855219087
@@ -205,10 +205,6 @@ int pidfdgetfd(int pidfd, int targetfd, unsigned int flags) {
|
||||
return static_cast<int>(retval);
|
||||
}
|
||||
|
||||
int prctl(int option, unsigned long arg) {
|
||||
return ::prctl(option, arg);
|
||||
}
|
||||
|
||||
off_t lseek(int fd, off_t offset, int whence) noexcept {
|
||||
return ::lseek(fd, offset, whence);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user