summaryrefslogtreecommitdiff
path: root/iperlsys.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-22 11:12:02 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-22 11:12:02 +0000
commitc6af7a1aaf1f569eeb51c976b436561fdc569904 (patch)
treefb7883a1459cd2efcd48e1eae0774e0dec37edce /iperlsys.h
parenta7092146033201511b749e3a5ff31247e203604d (diff)
downloadperl-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.h1
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)