projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0443feb
)
OS/2: provide prototype.
Jarkko Hietaniemi [Wed, 29 May 2002 19:41:53 +0000 (19:41 +0000)]
p4raw-id: //depot/perl@16865
os2/os2ish.h
patch
|
blob
|
blame
|
history
diff --git
a/os2/os2ish.h
b/os2/os2ish.h
index
a60e573
..
22ea083
100644
(file)
--- 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)
{