Ignore:
Timestamp:
Sep 30, 2003, 8:24:48 PM (22 years ago)
Author:
bird
Message:

sys_errlist and sys_nerr shall not be in stdlib.h but stdio.h or errno.h!

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r763 r764  
    2020#include <stdio.h>
    2121#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
    2522
    2623#ifdef HAVE_SYS_ERRLIST
Note: See TracChangeset for help on using the changeset viewer.