Changeset 2740
- Timestamp:
- Jul 23, 2006, 7:31:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/libc/malloc/brk.c
r2739 r2740 44 44 * @param pvNewBreak The new break value. 45 45 */ 46 int _STD(brk)( void *pvNewBreak)46 int _STD(brk)(const void *pvNewBreak) 47 47 { 48 48 LIBCLOG_ENTER("pvNewBreak=%p\n", pvNewBreak);
Note:
See TracChangeset
for help on using the changeset viewer.