summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
Diffstat (limited to 'os2')
-rw-r--r--os2/os2ish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index d6bf2df65b..c9719e65bd 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -271,6 +271,8 @@ char *my_tmpnam (char *);
#define isatty _isterm
#define rand random
#define srand srandom
+#define strtoll _strtoll
+#define strtoull _strtoull
/*
* fwrite1() should be a routine with the same calling sequence as fwrite(),