]> granicus.if.org Git - php/commitdiff
MFB
authorMarcus Boerger <helly@php.net>
Fri, 20 Dec 2002 17:04:33 +0000 (17:04 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 20 Dec 2002 17:04:33 +0000 (17:04 +0000)
ext/standard/uniqid.c

index 7ab0ece36efd3ed9ef32515c1ba5e683e7911561..05baff3cdeedd4fcc89f19893e6c3d5cf92b3d77 100644 (file)
@@ -69,8 +69,9 @@ PHP_FUNCTION(uniqid)
 #if defined(__CYGWIN__)
                php_error_docref(NULL TSRMLS_CC, E_ERROR, "You must use 'more entropy' under CYGWIN.");
                return;
-#endif
+#else
                usleep(1);
+#endif
        }
 #endif
        gettimeofday((struct timeval *) &tv, (struct timezone *) NULL);