diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-10 17:49:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-10 17:49:35 +0000 |
commit | 3392cddd38fc91ea0d7b59afdbc84813d5e560ab (patch) | |
tree | f90e88b4e5daecb28dda82759223d272f14525dc /dosish.h | |
parent | 555884836b1152bb376ac743a7850cf283cbe93f (diff) | |
download | perl-3392cddd38fc91ea0d7b59afdbc84813d5e560ab.tar.gz |
dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
p4raw-id: //depot/perl@4121
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ # define BIT_BUCKET "nul" # define OP_BINARY O_BINARY # define PERL_SYS_INIT(c,v) Perl_DJGPP_init(c,v) +# define init_os_extras Perl_init_os_extras # include <signal.h> # define HAS_UTIME # define HAS_KILL |