CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/26 15:46:24
Modified files:
sys/sys : mman.h types.h
Log message:
shm_open(3): align the type of the mode_t parameter with POSIX
POSIX says that sys/mman.h should also define mode_t which is currently
missing.
With mode_t defined there, the type of the last parameter of the shm_open
function can be changed from __mode_t to mode_t, matching the standard.
Both issues flagged by Sortix os-test.
ok deraadt@, millert@
