This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If we do have socketpair(), make my_socketpair()
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 4 Jan 2002 20:24:59 +0000 (20:24 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 4 Jan 2002 20:24:59 +0000 (20:24 +0000)
commit48ea76d1a0d7a73dd36de7c610ebe86ecefa20f7
tree55230b904e7d16b788a4667ec1f55b4722c825f1
parentc406981e00deead8e4a58424b87a96ede9af2f23
If we do have socketpair(), make my_socketpair()
just call the real socketpair().  This way we always
have real code behind my_socketpair() and a symbol
corresponding to the my_socketpair in global.sym.

p4raw-id: //depot/perl@14068
embed.fnc
embed.h
proto.h
util.c