• R
    make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors · 9ca1f62b
    Rich Felker 提交于
    on newer kernels, fchdir and fstat work anyway. this same fix should
    be applied to any other syscalls that are similarly affected.
    
    with this change, the current definitions of O_SEARCH and O_EXEC as
    O_PATH are mostly conforming to POSIX requirements. the main remaining
    issue is that O_NOFOLLOW has different semantics.
    9ca1f62b
fchown.c 346 字节