Changeset 7ad3c2f in mainline for libc/include/unistd.h


Ignore:
Timestamp:
2006-03-14T16:34:17Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00c4994
Parents:
79522a7
Message:

Added malloc implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/unistd.h

    r79522a7 r7ad3c2f  
    3737extern void _exit(int status);
    3838void * mremap(void *address, size_t size, unsigned long flags);
     39void *sbrk(ssize_t incr);
    3940
    4041#endif
Note: See TracChangeset for help on using the changeset viewer.