summaryrefslogtreecommitdiff
path: root/embed.pl
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
commit706e3e0fa48b7eca83a252c56ee7190a42ea58bd (patch)
treeb984ff1d2f07f5cfc3e402a28e01ae5d0e071369 /embed.pl
parent72f496dcd0fc92435ef5c603c8a681183058a7bc (diff)
downloadperl-706e3e0fa48b7eca83a252c56ee7190a42ea58bd.tar.gz
Nicholas Clark's embed.pl fix for my_socketpair
p4raw-id: //depot/perlio@13926
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index e7ca79cc8e..66bdca5da7 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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