Changeset 9 for trunk/src/gcc/libiberty/strerror.c
- Timestamp:
- Apr 16, 2003, 4:03:38 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libiberty/strerror.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r8 r9 21 21 #include <errno.h> 22 22 23 #ifdef HAVE_SYS_ERRLIST24 #undef sys_nerr25 #undef sys_errlist26 #endif27 28 23 /* Routines imported from standard C runtime libraries. */ 29 24 … … 38 33 #else 39 34 extern PTR memset (); 35 #endif 36 37 #ifdef HAVE_SYS_ERRLIST 38 #undef sys_nerr 39 #undef sys_errlist 40 40 #endif 41 41 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.