diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-29 15:23:21 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-29 15:23:21 +0000 |
commit | eddd199f7c92891a390dfb45f1a8f8bae1a0e823 (patch) | |
tree | b984ff1d2f07f5cfc3e402a28e01ae5d0e071369 /proto.h | |
parent | d784b9a4400de6bfb7df2e37236105dc7facc051 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |