Changeset 1315 for trunk/src/emx/include


Ignore:
Timestamp:
Mar 17, 2004, 4:59:28 AM (21 years ago)
Author:
bird
Message:

More logging.

Location:
trunk/src/emx/include/InnoTekLIBC
Files:
2 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1314 r1315  
    176176/** Signal APIs and events. */
    177177#define __LIBC_LOG_GRP_SIGNAL       14
     178/** Environment APIs. */
     179#define __LIBC_LOG_GRP_ENV          15
    178180
    179181/** Init/Term APIs and Events. */
  • trunk/src/emx/include/InnoTekLIBC/thread.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1314 r1315  
    5959 * Members most frequently used have been put together at the front.
    6060 */
    61 typedef struct __libc_threadCurrentSlow
     61typedef struct __libc_thread
    6262{
    6363    /** errno value. (Comes first, see errnofun.s.) */
     
    7272    void           *apvTLS[__LIBC_TLS_MAX];
    7373
     74    /** The nesting depth of the default logger. */
     75    unsigned        cDefLoggerDepth;
    7476    /** Current rand() seed value. */
    7577    unsigned int    iRand;
     
    135137#ifndef __LIBC_THREAD_DECLARED
    136138#define __LIBC_THREAD_DECLARED
    137 typedef struct __libc_threadCurrentSlow *__LIBC_PTHREAD, **__LIBC_PPTHREAD;
     139typedef struct __libc_thread *__LIBC_PTHREAD, **__LIBC_PPTHREAD;
    138140#endif
    139141
Note: See TracChangeset for help on using the changeset viewer.