Ignore:
Timestamp:
Feb 5, 2006, 7:55:00 AM (20 years ago)
Author:
bird
Message:

memalign and valloc shouldn't be in USE_GNU in malloc.h.

Location:
branches/libc-0.6/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2533 r2535  
    1212        o #25: Ensure correct address length returns from recvmsg and recvfrom.
    1313    - libc:
     14        o memalign and valloc shouldn't be in __USE_GNU in malloc.h.
    1415        o #30: Fixed toupper / tolower EOF regression.
    1516        o Fixed incorrect assertion in __libc_back_fsInfoObjRelease.
  • branches/libc-0.6/src/emx/include/malloc.h

    r1560 r2535  
    6363#endif
    6464
    65 #ifdef  __USE_GNU
    6665void    *valloc(size_t);
    6766void    *memalign(size_t, size_t);
    68 #endif
    6967
    7068#if defined (__cplusplus)
Note: See TracChangeset for help on using the changeset viewer.