summaryrefslogtreecommitdiff
path: root/NetWare/nwstdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/nwstdio.h')
-rw-r--r--NetWare/nwstdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/nwstdio.h b/NetWare/nwstdio.h
index 1ddadb550b..4aabb0a815 100644
--- a/NetWare/nwstdio.h
+++ b/NetWare/nwstdio.h
@@ -52,7 +52,7 @@
#ifdef HAS_SETLINEBUF
#define PerlIO_setlinebuf(f) (*PL_StdIO->pSetlinebuf)(PL_StdIO, (f))
#else
-#define PerlIO_setlinebuf(f) setvbuf(f, Nullch, _IOLBF, 0)
+#define PerlIO_setlinebuf(f) setvbuf(f, NULL, _IOLBF, 0)
#endif
#define PerlIO_isutf8(f) 0