diff options
author | Fifer, Eric <EFifer@sanwaint.com> | 1999-05-12 21:25:54 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-17 08:26:21 +0000 |
commit | f89d6eaa35318513fcfc9665bbb2d0bcea3326ee (patch) | |
tree | 3d53229a1881c9ddf922b9b45cc7e3f2d0da37c6 /dosish.h | |
parent | 4c2d12df80a53518a6a39a9dea25c4d82a2e6e47 (diff) | |
download | perl-f89d6eaa35318513fcfc9665bbb2d0bcea3326ee.tar.gz |
additional cleanups for cygwin32 port
Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
p4raw-id: //depot/perl@3430
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,9 +24,8 @@ # define BIT_BUCKET "nul" # else # ifdef CYGWIN32 - extern struct _reent *__imp_reent_data; /* global impure pointer */ # define PERL_SYS_INIT(c,v) \ - MALLOC_INIT; impure_setup(__imp_reent_data); + MALLOC_INIT; # define OP_BINARY O_BINARY # define BIT_BUCKET "nul" # define HAS_IOCTL |