Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libc: remove shm_open(2)'s compat fallback
This had been introduced to ease any pain for using slightly older kernels with a newer libc, e.g., for bisecting a kernel across the introduction of shm_open2(2). 6 months has passed, retire the fallback and let shm_open() unconditionally call shm_open2(). Stale includes are removed as well.
- Loading branch information