Ignore:
Timestamp:
Apr 16, 2003, 4:03:38 PM (22 years ago)
Author:
bird
Message:

Applied initial diff from Platon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libiberty/strerror.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r8 r9  
    2121#include <errno.h>
    2222
    23 #ifdef HAVE_SYS_ERRLIST
    24 #undef sys_nerr
    25 #undef sys_errlist
    26 #endif
    27 
    2823/*  Routines imported from standard C runtime libraries. */
    2924
     
    3833#else
    3934extern PTR memset ();
     35#endif
     36
     37#ifdef HAVE_SYS_ERRLIST
     38#undef sys_nerr
     39#undef sys_errlist
    4040#endif
    4141
Note: See TracChangeset for help on using the changeset viewer.