Check-in Number:
|
3733 | |
Date: |
2004-Jan-10 22:54:52 (local)
2004-Jan-10 21:54:52 (UTC) |
User: | rse |
Branch: | |
Comment: |
better wording |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/uuid.c 1.18 -> 1.19
--- uuid.c 2004/01/10 21:47:45 1.18
+++ uuid.c 2004/01/10 21:54:52 1.19
@@ -511,8 +511,8 @@
break;
}
- /* else sleep a little bit until the system clock (which has
- a gettimeofday(2) resolution of 1us) has changed. */
+ /* stall the UUID generation until the system clock (which
+ has a gettimeofday(2) resolution of 1us) catches up */
#ifdef HAVE_NANOSLEEP
/* sleep for 500ns (1/2us) */
ts.tv_sec = 0;
|
|