This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
OS/2: provide prototype.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 29 May 2002 19:41:53 +0000 (19:41 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 29 May 2002 19:41:53 +0000 (19:41 +0000)
p4raw-id: //depot/perl@16865

os2/os2ish.h

index a60e573..22ea083 100644 (file)
@@ -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)
 {