mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 06:40:05 +01:00
6 lines
129 B
C++
6 lines
129 B
C++
#include "sys/sysproto.hpp"
|
|
|
|
orbis::SysResult orbis::sys_posix_openpt(Thread *thread, sint flags) {
|
|
return ErrorCode::NOSYS;
|
|
}
|