summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.ohio-state.edu>1996-12-25 16:05:42 -0500
committerChip Salzenberg <chip@atlantic.net>1996-12-28 06:22:00 +1200
commit3ed26a2c26e4f1468588c483e9e86eae4e74f24f (patch)
tree6c04d641f0ff800424ad8b5ba93d5945c3e1186c /os2
parentc87e1f5515866faad041c60b993657a88bf72eb4 (diff)
downloadperl-3ed26a2c26e4f1468588c483e9e86eae4e74f24f.tar.gz
Minor OS/2 fixes
These are pretty minor (though fix one test-case and can make CPAN.pm behave better). p5p-msgid: <199612252105.QAA11890@monk.mps.ohio-state.edu>
Diffstat (limited to 'os2')
-rw-r--r--os2/os2ish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index cf945f36d3..b2e1f66c78 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -98,6 +98,7 @@ char *my_tmpnam (char *);
#define tmpfile my_tmpfile
#define tmpnam my_tmpnam
+#define isatty _isterm
/*
* fwrite1() should be a routine with the same calling sequence as fwrite(),