Changeset 2312


Ignore:
Timestamp:
Aug 28, 2005, 8:14:50 AM (20 years ago)
Author:
bird
Message:

_hstrdup

Location:
trunk/src/emx
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.130 to 1.131
    r2311 r2312  
    33TODO: open replace on RAMFS fails with error 32!
    44
     52005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     6    - libc:
     7        o Added _hstrdup.
    582005-08-27: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    69    - libc:
  • trunk/src/emx/include/emx/umalloc.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r2311 r2312  
    753753void *  _hrealloc(void *, size_t);
    754754Heap_t  _hinitheap(void);
     755char *  _hstrdup(const char *);
    755756void *  __libc_HimemDefaultAlloc(Heap_t Heap, size_t *pcb, int *pfClean);
    756757void    __libc_HimemDefaultRelease(Heap_t Heap, void *pv, size_t cb);
Note: See TracChangeset for help on using the changeset viewer.