1
0
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:
Benjamin Valentin 2022-09-05 14:23:10 +02:00
parent 711f4df101
commit fb387ca83a

View File

@ -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
*/