| Index: nspr/pr/src/io/prsocket.c
|
| ===================================================================
|
| --- nspr/pr/src/io/prsocket.c (revision 233722)
|
| +++ nspr/pr/src/io/prsocket.c (working copy)
|
| @@ -288,14 +288,6 @@
|
|
|
| #elif defined(WIN32) || defined(WIN16)
|
|
|
| -#if defined(WIN32)
|
| - /*
|
| - * The sleep circumvents a bug in Win32 WinSock.
|
| - * See Microsoft Knowledge Base article ID: Q165989.
|
| - */
|
| - Sleep(0);
|
| -#endif /* WIN32 */
|
| -
|
| if (out_flags & PR_POLL_EXCEPT) {
|
| int len = sizeof(err);
|
| if (getsockopt(osfd, (int)SOL_SOCKET, SO_ERROR, (char *) &err, &len)
|
|
|