summaryrefslogtreecommitdiff
path: root/perlsdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'perlsdio.h')
-rw-r--r--perlsdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlsdio.h b/perlsdio.h
index c35752abbd..480b024db1 100644
--- a/perlsdio.h
+++ b/perlsdio.h
@@ -87,7 +87,7 @@
#ifdef HAS_SETLINEBUF
#define PerlIO_setlinebuf(f) PerlSIO_setlinebuf(f);
#else
-#define PerlIO_setlinebuf(f) PerlSIO_setvbuf(f, Nullch, _IOLBF, 0);
+#define PerlIO_setlinebuf(f) PerlSIO_setvbuf(f, NULL, _IOLBF, 0);
#endif
/* Now our interface to Configure's FILE_xxx macros */