From: Jarkko Hietaniemi Date: Wed, 29 May 2002 19:41:53 +0000 (+0000) Subject: OS/2: provide prototype. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=377cf4e94c16ff16a432d0f1739008a34b96bae4;p=p5sagit%2Fp5-mst-13.2.git OS/2: provide prototype. p4raw-id: //depot/perl@16865 --- diff --git a/os2/os2ish.h b/os2/os2ish.h index a60e573..22ea083 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -382,6 +382,8 @@ void *emx_realloc (void *, size_t); # define HAS_BOOL 1 #endif +extern int* _fd_flags(int fd); /* where's the real prototype of this? */ + static inline bool _PERLIO_IS_BINMODE_FD(int fd) {