Changeset 2312
- Timestamp:
- Aug 28, 2005, 8:14:50 AM (20 years ago)
- 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
to1.131
r2311 r2312 3 3 TODO: open replace on RAMFS fails with error 32! 4 4 5 2005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - libc: 7 o Added _hstrdup. 5 8 2005-08-27: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 9 - libc: -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/emx/umalloc.h
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r2311 r2312 753 753 void * _hrealloc(void *, size_t); 754 754 Heap_t _hinitheap(void); 755 char * _hstrdup(const char *); 755 756 void * __libc_HimemDefaultAlloc(Heap_t Heap, size_t *pcb, int *pfClean); 756 757 void __libc_HimemDefaultRelease(Heap_t Heap, void *pv, size_t cb); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.