Hi, On Dec 28, 2007 2:05 PM, Fran?ois Revol <revol at free.fr> wrote: > Neither am I... > What about: > > #ifdef HAVE_USLEEP > #define ffusleep(t) usleep(t) > #else > static inline int ffusleep(...t) > { > .. > return select(...); > } > #endif I thought the whole point of ossblabrokeoss was to prevent this kind of crap? Ronald