Changeset 2740


Ignore:
Timestamp:
Jul 23, 2006, 7:31:31 AM (19 years ago)
Author:
bird
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/libc/malloc/brk.c

    r2739 r2740  
    4444 * @param   pvNewBreak      The new break value.
    4545 */
    46 int _STD(brk)(void *pvNewBreak)
     46int _STD(brk)(const void *pvNewBreak)
    4747{
    4848    LIBCLOG_ENTER("pvNewBreak=%p\n", pvNewBreak);
Note: See TracChangeset for help on using the changeset viewer.