Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights | 2024-01-01 | 1 | -1/+1 | |
| | |||||
* | Update copyright dates with scripts/update-copyrights | 2023-01-06 | 1 | -1/+1 | |
| | |||||
* | Linux: Define MMAP_CALL_INTERNAL | 2022-05-04 | 1 | -0/+32 | |
Unlike MMAP_CALL, this avoids a TCB dependency for an errno update on failure. <mmap_internal.h> cannot be included as is on several architectures due to the definition of page_unit, so introduce a separate header file for the definition of MMAP_CALL and MMAP_CALL_INTERNAL, <mmap_call.h>. Reviewed-by: Stefan Liebler <stli@linux.ibm.com> |