CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/07/09 05:19:42
Modified files: libexec/ld.so : dir.c Log message: Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY instead of post-open tests and fixups. Also, reorder _dl_dirdesc to save 8 bytes on LP64. ok otto@ miod@