Fix pipe compilaiton

This commit is contained in:
Francisco Javier Trujillo Mata
2024-03-11 16:49:28 +01:00
parent 0fa4eab7d2
commit fc5e586bc8

View File

@@ -49,7 +49,7 @@ size_t __pipe_peekmsgsize(int fd)
size_t __pipe_peekmsgsize(int fd);
#endif
#ifdef D_pipe
#ifdef F_pipe
int pipe(int fildes[2])
{
static int iIndex = 0;