diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 19:41:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 19:41:53 +0000 |
commit | 377cf4e94c16ff16a432d0f1739008a34b96bae4 (patch) | |
tree | e775652b9d8585ef12b860710aa2f2d6e9cb6a3b /os2 | |
parent | 0443feb9948c031769abaa005f6f89ff1b87d37e (diff) | |
download | perl-377cf4e94c16ff16a432d0f1739008a34b96bae4.tar.gz |
OS/2: provide prototype.
p4raw-id: //depot/perl@16865
Diffstat (limited to 'os2')
-rw-r--r-- | os2/os2ish.h | 2 |
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) { |