Changeset 3598 for trunk/kStuff/include


Ignore:
Timestamp:
Oct 4, 2007, 8:46:12 PM (18 years ago)
Author:
bird
Message:

hacking darwin.

Location:
trunk/kStuff/include/k
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kCpu.h

    r3585 r3598  
    5353#endif
    5454
    55 KCPU_DECL(void)     kCpuGetArchAndCpu(PKCPUARCH penmArch, PKCPU penmCpu);
    56 KCPU_DECL(KBOOL)    kCpuCompare(KCPUARCH enmCodeArch, KCPU enmCodeCpu, KCPUARCH enmArch, KCPU enmCpu);
     55KCPU_DECL(void) kCpuGetArchAndCpu(PKCPUARCH penmArch, PKCPU penmCpu);
     56KCPU_DECL(int)  kCpuCompare(KCPUARCH enmCodeArch, KCPU enmCodeCpu, KCPUARCH enmArch, KCPU enmCpu);
    5757
    5858#ifdef __cplusplus
  • trunk/kStuff/include/k/kDefs.h

    r3585 r3598  
    7575# elif defined(__FreeBSD__) /*??*/
    7676#  define K_OS      K_OS_FREEBSD
     77# elif defined(__gnu_linux__)
     78#  define K_OS      K_OS_LINUX
    7779# elif defined(__NetBSD__) /*??*/
    7880#  define K_OS      K_OS_NETBSD
Note: See TracChangeset for help on using the changeset viewer.