Changeset 761


Ignore:
Timestamp:
Sep 30, 2003, 2:28: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/emx/include/stdlib.h

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r760 r761  
    155155extern char **environ;
    156156
    157 extern __const__ char * __const__ sys_errlist[];
    158 extern __const__ int sys_nerr;
     157/* This shouldn't be here, but in stdio.h or errno.h
     158extern __const int sys_nerr;
     159extern __const char *__const sys_errlist[];
     160*/
    159161
    160162extern __const__ unsigned char _osminor;
Note: See TracChangeset for help on using the changeset viewer.