Skip to content

Commit 792d5ea

Browse files
committed
Fix e5c3af0 warning.
See #11.
1 parent e5c3af0 commit 792d5ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compat/os2-compat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# endif
1313
#endif
1414

15+
int os2_pipe(int filedes[2]);
1516
#define pipe(A) os2_pipe(A)
1617

1718
#define SHUT_RD 0 /* shut down the reading side */

0 commit comments

Comments
 (0)