Ignore:
Timestamp:
Aug 17, 2003, 3:49:56 AM (22 years ago)
Author:
bird
Message:

#597: OS/2 EMX config/hacks.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r625 r626  
    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
    2225
    2326#ifdef HAVE_SYS_ERRLIST
     
    659662      msg = (char *) sys_errlist[errnoval];
    660663    }
    661  
     664
    662665  return (msg);
    663666}
Note: See TracChangeset for help on using the changeset viewer.