OS/2: found the _fd_flags() prototype.
Jarkko Hietaniemi [Thu, 30 May 2002 12:40:42 +0000 (12:40 +0000)]
p4raw-id: //depot/perl@16878

os2/os2ish.h

index 22ea083..1b38b85 100644 (file)
@@ -382,7 +382,7 @@ void *emx_realloc (void *, size_t);
 # define HAS_BOOL 1
 #endif
 
-extern int* _fd_flags(int fd); /* where's the real prototype of this? */
+#include <emx/io.h> /* for _fd_flags() prototype */
 
 static inline bool
 _PERLIO_IS_BINMODE_FD(int fd)