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 | 706e3e0fa48b7eca83a252c56ee7190a42ea58bd (patch) | |
tree | b984ff1d2f07f5cfc3e402a28e01ae5d0e071369 /embed.pl | |
parent | 72f496dcd0fc92435ef5c603c8a681183058a7bc (diff) | |
download | perl-706e3e0fa48b7eca83a252c56ee7190a42ea58bd.tar.gz |
Nicholas Clark's embed.pl fix for my_socketpair
p4raw-id: //depot/perlio@13926
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2354,7 +2354,7 @@ Apd |char* |sv_pvn_force_flags|SV* sv|STRLEN* lp|I32 flags Apd |char* |sv_2pv_flags |SV* sv|STRLEN* lp|I32 flags Ap |char* |my_atof2 |const char *s|NV* value #if !defined(HAS_SOCKETPAIR) && defined(HAS_SOCKET) -Ap |int |my_socketpair |int family|int type|int protocol|int fd[2] +Apn |int |my_socketpair |int family|int type|int protocol|int fd[2] #endif |