mirror of https://github.com/seL4/seL4_libs.git
![]() mmap is expected to return an error if a length of 0 is ever requested. The caller is likely doing something wrong if a 0 length is requested and it leads for hard to find bugs if we just return the current address of the end of available memory. Signed-off-by: Kent McLeod <1759184+kent-mcleod@users.noreply.github.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
CMakeLists.txt | ||
README |
README
<!-- Copyright 2017, Data61, CSIRO (ABN 41 687 119 230) SPDX-License-Identifier: BSD-2-Clause --> Minimal muslc syscall implementation for seL4.