We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c3af0 commit 792d5eaCopy full SHA for 792d5ea
1 file changed
compat/os2-compat.h
@@ -12,6 +12,7 @@
12
# endif
13
#endif
14
15
+int os2_pipe(int filedes[2]);
16
#define pipe(A) os2_pipe(A)
17
18
#define SHUT_RD 0 /* shut down the reading side */
0 commit comments