Ignore:
Timestamp:
Oct 2, 2007, 11:35:22 PM (18 years ago)
Author:
bird
Message:

Made it build on darwin - leaving a couple of things for later...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/Bare/kHlpBareThread.c

    r3573 r3594  
    3030#include <k/kHlpThread.h>
    3131
    32 #if K_OS == K_OS_OS2
     32#if K_OS == K_OS_DARWIN
     33
     34#elif K_OS == K_OS_OS2
    3335# define INCL_BASE
    3436# define INCL_ERRORS
     
    4850{
    4951#if K_OS == K_OS_OS2
     52    /** @todo mach_wait_until, see gen/nanosleep.c. */
     53
     54#elif K_OS == K_OS_OS2
    5055    DosSleep(cMillies);
    5156#elif  K_OS == K_OS_WINDOWS
Note: See TracChangeset for help on using the changeset viewer.