Changeset 1435 for trunk/src/emx/include/InnoTekLIBC/thread.h
- Timestamp:
- May 4, 2004, 9:07:51 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/thread.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1434 r1435 83 83 char szTmpNamBuf[16]; 84 84 /** Current posistion of strtok(). */ 85 unsigned char*pszStrTokPos;85 char *pszStrTokPos; 86 86 /** Buffer used by strerror() to format unknown error values. */ 87 87 char szStrErrorBuf[28]; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.