Changeset 251


Ignore:
Timestamp:
May 27, 2003, 8:47:59 PM (22 years ago)
Author:
bird
Message:

#383: include "libc-alias.h" to get make alias resolve correctly.

Location:
trunk/src/emx/src/lib/emxload
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/emxload/emxloadc.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r250 r251  
    11/* emxloadc.c (emx+gcc) -- Copyright (c) 1993-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <sys/emxload.h>
  • trunk/src/emx/src/lib/emxload/emxloadd.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r250 r251  
    11/* emxloadd.c (emx+gcc) -- Copyright (c) 1993-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <sys/emxload.h>
  • trunk/src/emx/src/lib/emxload/emxloade.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r250 r251  
    11/* emxloade.c (emx+gcc) -- Copyright (c) 1993-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <errno.h>
  • trunk/src/emx/src/lib/emxload/emxloadl.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r250 r251  
    11/* emxloadl.c (emx+gcc) -- Copyright (c) 1993-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <string.h>
  • trunk/src/emx/src/lib/emxload/emxloado.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r250 r251  
    11/* emxloado.c (emx+gcc) -- Copyright (c) 1993-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <sys/emxload.h>
  • trunk/src/emx/src/lib/emxload/emxloadp.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r250 r251  
    11/* emxloadp.c (emx+gcc) -- Copyright (c) 1993-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <string.h>
  • trunk/src/emx/src/lib/emxload/emxloadr.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r250 r251  
    11/* emxloadr.c (emx+gcc) -- Copyright (c) 1993-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <string.h>
  • trunk/src/emx/src/lib/emxload/emxloadt.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r250 r251  
    11/* emxloadt.c (emx+gcc) -- Copyright (c) 1993-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <sys/param.h>
  • trunk/src/emx/src/lib/emxload/emxloadu.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r250 r251  
    11/* emxloadu.c (emx+gcc) -- Copyright (c) 1993-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.