ObjFW  Hex Artifact Content

Artifact 82b11a29923893b118cb0369568ba0418188512b3fd37545e6445e4f26591de7:

Manifest of check-in [82b11a2992] - Partly revert 4a8704e

This actually caused more trouble than it fixed. The real reason was
that _POSIX_TIMERS wasn't defined and thus nanosleep() would not be
declared by time.h. libogc however also provides nanosleep(), but an
incompatible one that we don't really want. So after _POSIX_TIMERS has
been defined, it would actually conflict, as both declarations would be
used then. This removes the special handling for Wii and uses the
nanosleep() from time.h, which has a declaration that is compatible with
POSIX. by js on 2014-04-08 18:48:57.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.