summaryrefslogtreecommitdiff
path: root/os2/os2ish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-29 19:41:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-29 19:41:53 +0000
commit377cf4e94c16ff16a432d0f1739008a34b96bae4 (patch)
treee775652b9d8585ef12b860710aa2f2d6e9cb6a3b /os2/os2ish.h
parent0443feb9948c031769abaa005f6f89ff1b87d37e (diff)
downloadperl-377cf4e94c16ff16a432d0f1739008a34b96bae4.tar.gz
OS/2: provide prototype.
p4raw-id: //depot/perl@16865
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r--os2/os2ish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index a60e573262..22ea08363b 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)
{