Changeset 764 for trunk/src/emx


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/emx/src/lib/str/strerror.c

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r763 r764  
    22
    33#include "libc-alias.h"
    4 #include <stdlib.h>
     4#include <stdio.h>
    55#include <string.h>
    66#include <emx/thread.h>
Note: See TracChangeset for help on using the changeset viewer.