K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-04-13T15:59:15.131653Z K 7 svn:log V 339 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. END