Changeset 626 for trunk/src/binutils/libiberty/strerror.c
- Timestamp:
- Aug 17, 2003, 3:49:56 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/libiberty/strerror.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r625 r626 20 20 #include <stdio.h> 21 21 #include <errno.h> 22 #ifdef __EMX__ /* EM put these two in the wrong header, they should be in stdio.h. */ 23 #include <stdlib.h> 24 #endif 22 25 23 26 #ifdef HAVE_SYS_ERRLIST … … 659 662 msg = (char *) sys_errlist[errnoval]; 660 663 } 661 664 662 665 return (msg); 663 666 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.