mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 03:45:00 +00:00
partial implementation of _write function , which is used as debug ouput from lle libc
This commit is contained in:
parent
8fa5874fb1
commit
0525481a9b
6 changed files with 41 additions and 6 deletions
|
@ -97,7 +97,7 @@ int PS4_SYSV_ABI _sigprocmask();
|
|||
int PS4_SYSV_ABI _sigsuspend();
|
||||
int PS4_SYSV_ABI _umtx_op();
|
||||
int PS4_SYSV_ABI _wait4();
|
||||
int PS4_SYSV_ABI _write();
|
||||
s64 PS4_SYSV_ABI _write(int d, const void* buf, std::size_t nbytes);
|
||||
int PS4_SYSV_ABI _writev();
|
||||
int PS4_SYSV_ABI accept();
|
||||
int PS4_SYSV_ABI access();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue