Ignore:
Timestamp:
May 4, 2004, 9:07:51 AM (21 years ago)
Author:
bird
Message:

Got strtok_r and strtok from FreeBSD 5.2

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1434 r1435  
    8383    char            szTmpNamBuf[16];
    8484    /** Current posistion of strtok(). */
    85     unsigned char  *pszStrTokPos;
     85    char           *pszStrTokPos;
    8686    /** Buffer used by strerror() to format unknown error values. */
    8787    char            szStrErrorBuf[28];
Note: See TracChangeset for help on using the changeset viewer.