aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdio-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdio-impl.h')
-rw-r--r--lib/stdio-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h
index 75a945eb724..d5b5943fd7c 100644
--- a/lib/stdio-impl.h
+++ b/lib/stdio-impl.h
@@ -99,6 +99,8 @@
99 int _file; \ 99 int _file; \
100 unsigned int _flag; \ 100 unsigned int _flag; \
101 } *) fp) 101 } *) fp)
102# elif defined __VMS /* OpenVMS */
103# define fp_ ((struct _iobuf *) fp)
102# else 104# else
103# define fp_ fp 105# define fp_ fp
104# endif 106# endif