ObjFW  Hex Artifact Content

Artifact 21b3bcf0e5a06722de00497970d8535ef7c8c641175cec31b06ffda8f32e4745:

  • File src/OFThread.m — part of check-in [82b11a2992] at 2014-04-08 18:48:57 on branch trunk — 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. (user: js, size: 7486) [annotate] [blame] [check-ins using]


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