diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2000-08-29 16:16:14 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 14:06:02 +0000 |
commit | 46e87256f3802a18ce825adb0e5f1d5ead748a5c (patch) | |
tree | 677b152ade6ad0885921c72fd8de050c38338b9f /os2/os2ish.h | |
parent | 7428bafeba56c70a072b3dabf12576d9ea8fda3b (diff) | |
download | perl-46e87256f3802a18ce825adb0e5f1d5ead748a5c.tar.gz |
fix misc cast warnings
Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
p4raw-id: //depot/perl@6915
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r-- | os2/os2ish.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h index 23857ac532..d6bf2df65b 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -305,6 +305,9 @@ void *emx_realloc (void *, size_t); ? (--FILE_ptr(fp), ++FILE_cnt(fp), (int)c) : ungetc(c,fp)) #endif +/* ctermid is missing from emx0.9d */ +char *ctermid(char *s); + #define OP_BINARY O_BINARY #define OS2_STAT_HACK 1 |