Ignore:
Timestamp:
Oct 6, 2003, 2:55:10 AM (22 years ago)
Author:
bird
Message:

#608: High memory support.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.15 to 1.16
    r809 r810  
    180180 */
    181181#if __POSIX_VISIBLE /* >= ??? */
    182 /* int   posix_memalign(void **, size_t, size_t); (ADV) */
     182int      posix_memalign(void **, size_t, size_t); /* bird: we implement this. */
    183183/** @todo int    rand_r(unsigned *);    */              /* (TSF) */
    184184int      setenv(const char *, const char *, int);
Note: See TracChangeset for help on using the changeset viewer.