diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-05-25 03:58:09 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-05-25 03:58:09 +0000 |
commit | 86774884b769c9587a2f02e1c3eaba3a2cc497ec (patch) | |
tree | f6512dae7e427c2d45649e0ba1870d5c3a3f3cd4 /vms | |
parent | 62ecdc92fb5743ccdfffa5061c1b68215142f39f (diff) | |
download | perl-86774884b769c9587a2f02e1c3eaba3a2cc497ec.tar.gz |
Treat sockets as special in sys(read|write) (Charles Lane et al.)
p4raw-id: //depot/vmsperl@6117
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vmsish.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index c21f8f329e..a181e7c3d9 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -254,6 +254,8 @@ #ifdef VMS_DO_SOCKETS #include "sockadapt.h" +#define PERL_SOCK_SYSREAD_IS_RECV +#define PERL_SOCK_SYSWRITE_IS_SEND #endif #define BIT_BUCKET "_NLA0:" |