Home
last modified time | relevance | path

Searched hist:"390 a7db7" (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libc/stdlib/
H A Drealpath.c390a7db7 Mon Jun 17 03:13:17 GMT 2019 deraadt <deraadt@openbsd.org> Remove old realpath(3), and the userland-vs-kernel realpath verification
code. We now user the simple userland wrapper on top of __realpath(2).
The non-POSIX behaviour still remains, that is the next component to fix.
From a diff by beck, but I managed to chainsaw it a bit further. Tested
in snaps for a couple of days.
ok beck