diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-22 11:12:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-22 11:12:02 +0000 |
commit | c6af7a1aaf1f569eeb51c976b436561fdc569904 (patch) | |
tree | fb7883a1459cd2efcd48e1eae0774e0dec37edce /iperlsys.h | |
parent | a7092146033201511b749e3a5ff31247e203604d (diff) | |
download | perl-c6af7a1aaf1f569eeb51c976b436561fdc569904.tar.gz |
phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
p4raw-id: //depot/perl@2260
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iperlsys.h b/iperlsys.h index 91389a2b7b..7b220b9456 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -907,6 +907,7 @@ public: #define PerlSock_inet_addr(c) inet_addr(c) #define PerlSock_inet_ntoa(i) inet_ntoa(i) #define PerlSock_listen(s, b) listen(s, b) +#define PerlSock_recv(s, b, l, f) recv(s, b, l, f) #define PerlSock_recvfrom(s, b, l, f, from, fromlen) \ recvfrom(s, b, l, f, from, fromlen) #define PerlSock_select(n, r, w, e, t) select(n, r, w, e, t) |