From 377cf4e94c16ff16a432d0f1739008a34b96bae4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 29 May 2002 19:41:53 +0000 Subject: OS/2: provide prototype. p4raw-id: //depot/perl@16865 --- os2/os2ish.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os2/os2ish.h') 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) { -- cgit v1.2.1