mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
downgrade minimum needed Winsock version for test-poll.c
2008-09-23 Paolo Bonzini <bonzini@gnu.org> * tests/test-poll.c: Downgrade minimum needed Winsock version.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-09-23 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* tests/test-poll.c: Downgrade minimum needed Winsock version.
|
||||||
|
|
||||||
2008-09-23 Bruno Haible <bruno@clisp.org>
|
2008-09-23 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
|
* doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
|
||||||
|
@@ -359,7 +359,7 @@ main ()
|
|||||||
{
|
{
|
||||||
int result;
|
int result;
|
||||||
|
|
||||||
gl_sockets_startup (SOCKETS_2_0);
|
gl_sockets_startup (SOCKETS_1_1);
|
||||||
|
|
||||||
#ifdef INTERACTIVE
|
#ifdef INTERACTIVE
|
||||||
printf ("Please press Enter\n");
|
printf ("Please press Enter\n");
|
||||||
|
Reference in New Issue
Block a user