CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/08/27 22:08:59
Modified files: lib/libc/stdlib: realpath.c libexec/ld.so : dl_realpath.c Log message: Don't call lstat() before readlink() just to see if it's a symlink, as readlink() will tell you that more cheaply. ok millert@