mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/syscalls: drop outdated comment on _sbrk_r()
This commit is contained in:
parent
711f4df101
commit
fb387ca83a
@ -181,9 +181,6 @@ __attribute__((used)) void _exit(int n)
|
||||
/**
|
||||
* @brief Allocate memory from the heap.
|
||||
*
|
||||
* The current heap implementation is very rudimentary, it is only able to allocate
|
||||
* memory. But it does not have any means to free memory again
|
||||
*
|
||||
* @return pointer to the newly allocated memory on success
|
||||
* @return pointer set to address `-1` on failure
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user