summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perlio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlio.h b/perlio.h
index 91e2efa9b0..32a01133f8 100644
--- a/perlio.h
+++ b/perlio.h
@@ -308,7 +308,7 @@ extern PerlIO * PerlIO_fdupopen (PerlIO *);
#ifndef PerlIO_isutf8
extern int PerlIO_isutf8 (PerlIO *);
#endif
-#ifndef PerlIO_isutf8
+#ifndef PerlIO_apply_layers
extern int PerlIO_apply_layers (pTHX_ PerlIO *f,const char *mode, const char *names);
#endif