delay_spec 94 maint/gnulib/tests/nap.h struct timespec delay_spec; delay_spec 95 maint/gnulib/tests/nap.h delay_spec.tv_sec = delay / 1000000000; delay_spec 96 maint/gnulib/tests/nap.h delay_spec.tv_nsec = delay % 1000000000; delay_spec 97 maint/gnulib/tests/nap.h ASSERT (nanosleep (&delay_spec, 0) == 0);