Ignore:
Timestamp:
Dec 3, 2004, 5:44:50 AM (21 years ago)
Author:
bird
Message:

BSD cleanup. rand() and stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/emx/io.h

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r1692 r1693  
    77#include <sys/types.h>
    88#include <InnoTekLIBC/fork.h>
     9#include <alloca.h>
    910
    1011__BEGIN_DECLS
     
    163164#define _endbuf(s) (tbuf (s) ? _endbuf1 (s) : 0)
    164165
    165 #define alloca(x) __builtin_alloca(x)
    166 
    167166struct streamvec
    168167{
Note: See TracChangeset for help on using the changeset viewer.