|
|
|
/* this is for Tru64 Unix (alias OSF, alias Digital Unix) */ #ifdef __osf__ #ifndef HAVE_USLEEP /* usleep not defined in Tru64 */ #ifdef __cplusplus extern "C" void usleep(unsigned int); #else void usleep(unsigned int); #endif #endif #endif
| Results 1 - 1 |