From: Jarkko Hietaniemi Date: Thu, 30 May 2002 12:40:42 +0000 (+0000) Subject: OS/2: found the _fd_flags() prototype. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab8d95c9719e30800e1ef4c78444a97ef5b2fe7d;p=p5sagit%2Fp5-mst-13.2.git OS/2: found the _fd_flags() prototype. p4raw-id: //depot/perl@16878 --- diff --git a/os2/os2ish.h b/os2/os2ish.h index 22ea083..1b38b85 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -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 /* for _fd_flags() prototype */ static inline bool _PERLIO_IS_BINMODE_FD(int fd)