Changeset 912
- Timestamp:
- Dec 27, 2003, 10:07:08 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/str/strerror.c
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r911 r912 18 18 memcpy (tp->_th_error, msg, sizeof (msg) - 1); 19 19 _itoa (errnum, tp->_th_error + sizeof (msg) - 1, 10); 20 errno = EINVAL; /* this is actually an invalid error number. */ 20 21 return tp->_th_error; 21 22 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.