This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
autodoc.pl: White-space only
[perl5.git] / iperlsys.h
index 86ab687..ee2c503 100644 (file)
@@ -760,7 +760,6 @@ struct IPerlLIOInfo
 #  define PerlLIO_lstat(name, buf)     PerlLIO_stat((name), (buf))
 #endif
 #define PerlLIO_mktemp(file)           mktemp((file))
-#define PerlLIO_mkstemp(file)          mkstemp((file))
 #define PerlLIO_open(file, flag)       open((file), (flag))
 #define PerlLIO_open3(file, flag, perm)        open((file), (flag), (perm))
 #define PerlLIO_read(fd, buf, count)   read((fd), (buf), (count))