summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-12-29 15:23:21 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-12-29 15:23:21 +0000
commiteddd199f7c92891a390dfb45f1a8f8bae1a0e823 (patch)
treeb984ff1d2f07f5cfc3e402a28e01ae5d0e071369 /proto.h
parentd784b9a4400de6bfb7df2e37236105dc7facc051 (diff)
downloadperl-eddd199f7c92891a390dfb45f1a8f8bae1a0e823.tar.gz
Nicholas Clark's embed.pl fix for my_socketpair
p4raw-id: //depot/perlio@13926
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 33b8e2301a..3c1406b804 100644
--- a/proto.h
+++ b/proto.h
@@ -1332,7 +1332,7 @@ PERL_CALLCONV char* Perl_sv_pvn_force_flags(pTHX_ SV* sv, STRLEN* lp, I32 flags)
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV* sv, STRLEN* lp, I32 flags);
PERL_CALLCONV char* Perl_my_atof2(pTHX_ const char *s, NV* value);
#if !defined(HAS_SOCKETPAIR) && defined(HAS_SOCKET)
-PERL_CALLCONV int Perl_my_socketpair(pTHX_ int family, int type, int protocol, int fd[2]);
+PERL_CALLCONV int Perl_my_socketpair(int family, int type, int protocol, int fd[2]);
#endif