summaryrefslogtreecommitdiff
path: root/os2/os2ish.h
diff options
context:
space:
mode:
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r--os2/os2ish.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index 6510a1f145..0597fdcd39 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -99,6 +99,11 @@ extern char *tmppath;
PerlIO *my_syspopen(char *cmd, char *mode);
/* Cannot prototype with I32 at this point. */
int my_syspclose(PerlIO *f);
+FILE *my_tmpfile (void);
+char *my_tmpnam (char *);
+
+#define tmpfile my_tmpfile
+#define tmpnam my_tmpnam
/*
* fwrite1() should be a routine with the same calling sequence as fwrite(),