home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / string / errlist.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-13  |  140 b   |  8 lines

  1. #include <gnu-stabs.h>
  2.  
  3. #undef  sys_errlist
  4. #undef  sys_nerr
  5.  
  6. symbol_alias (_sys_errlist, sys_errlist);
  7. symbol_alias (_sys_nerr, sys_nerr);
  8.