<div dir="ltr">Hi<div><br></div><div>In a build sweep, I noticed that every use of clock_nanosleep()</div><div>has a warning for it not being defined. I don't seem to be able</div><div>to find the magic to turn on the prototype in time.h. Does</div><div>anyone see what needs to be done?</div><div><br></div><div>==================</div><div><div>#define _POSIX_C_SOURCE 200112L</div><div><br></div><div>#include <time.h></div><div><br></div><div>void f(void)</div><div>{</div><div>  int rc;</div><div><br></div><div>  rc = clock_nanosleep();</div><div>}</div></div><div>==================</div><div><br></div><div>Thanks.</div><div><br></div><div>--joel</div></div>