Ignore:
Timestamp:
Sep 4, 2004, 8:22:38 AM (21 years ago)
Author:
bird
Message:

Joined with the fork() tree from netlabs.cvs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/logstrict.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1453 r1454  
    179179#define __LIBC_LOG_GRP_ENV          15
    180180
     181/** Shared Process Database and LIBC Shared Memory APIs. */
     182#define __LIBC_LOG_GRP_SPM          24
     183/** Fork APIs. */
     184#define __LIBC_LOG_GRP_FORK         25
    181185/** Backend IO APIs. */
    182186#define __LIBC_LOG_GRP_BACK_IO      26
    183 
    184187/** Init/Term APIs and Events. */
    185188#define __LIBC_LOG_GRP_INITTERM     27
     
    204207/** Posix thread APIs. */
    205208#define __LIBC_LOG_GRP_PTHREAD      36
     209/** Posix thread APIs. */
     210#define __LIBC_LOG_GRP_DOSEX        37
    206211
    207212/** @todo complete this */
    208 #define __LIBC_LOG_GRP_MAX          36
     213#define __LIBC_LOG_GRP_MAX          37
    209214/** @} */
    210215
Note: See TracChangeset for help on using the changeset viewer.