diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -241,6 +241,9 @@ means arg not present, 1 is empty string/null byte */ (little), (lend) - (little))) #endif +#if defined(HAS_MKOSTEMP) && defined(PERL_CORE) +# define Perl_my_mkostemp(templte, flags) mkostemp(templte, flags) +#endif #if defined(HAS_MKSTEMP) && defined(PERL_CORE) # define Perl_my_mkstemp(templte) mkstemp(templte) #endif |