diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 15:27:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 15:27:39 +0000 |
commit | 7a3766701820dc204b97aa018956ce5ce6a8baf2 (patch) | |
tree | cefb71a2335d2016746e564bf8fa9c52674274db /embed.pl | |
parent | f49b7d0706463194a3ce67cf34a2c0c69efb77a6 (diff) | |
parent | 706e3e0fa48b7eca83a252c56ee7190a42ea58bd (diff) | |
download | perl-7a3766701820dc204b97aa018956ce5ce6a8baf2.tar.gz |
Integrate perlio:
[ 13926]
Nicholas Clark's embed.pl fix for my_socketpair
[ 13923]
Quick fix (after couple of clever fixes failed) for
"accept leaks memory" fail [ID 20011223.001]
p4raw-link: @13926 on //depot/perlio: 706e3e0fa48b7eca83a252c56ee7190a42ea58bd
p4raw-link: @13923 on //depot/perlio: 72f496dcd0fc92435ef5c603c8a681183058a7bc
p4raw-id: //depot/perl@13927
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 |