diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-24 04:21:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-24 04:21:30 +0000 |
commit | f998180f71571d04f7a71972eb8eb78805338f5c (patch) | |
tree | b8dfd588a195e6aacb01d3878a7f08d2d94b4153 /win32/makedef.pl | |
parent | e34ffe5a86599b66240875a414d90fdf19ed7649 (diff) | |
download | perl-f998180f71571d04f7a71972eb8eb78805338f5c.tar.gz |
[win32] support ioctl() on sockets (does what ioctlsocket() does) to make
non-blocking IO on sockets possible
p4raw-id: //depot/win32/perl@387
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r-- | win32/makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index 766a4266f4..27bcf95295 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -507,6 +507,7 @@ win32_times win32_alarm win32_open_osfhandle win32_get_osfhandle +win32_ioctl Perl_win32_init Perl_init_os_extras Perl_getTHR |