mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 20:22:40 +00:00
Fix pipe compilaiton
This commit is contained in:
@@ -49,7 +49,7 @@ size_t __pipe_peekmsgsize(int fd)
|
|||||||
size_t __pipe_peekmsgsize(int fd);
|
size_t __pipe_peekmsgsize(int fd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef D_pipe
|
#ifdef F_pipe
|
||||||
int pipe(int fildes[2])
|
int pipe(int fildes[2])
|
||||||
{
|
{
|
||||||
static int iIndex = 0;
|
static int iIndex = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user