summaryrefslogtreecommitdiff
path: root/src/unix/realpath.c
Commit message (Collapse)AuthorAgeFilesLines
* Move p_realpath logic to realpath.cJacques Germishuys2014-08-051-7/+8
|
* Fix compilation on OpenBSDCarlos Martín Nieto2013-04-151-1/+1
|
* Fix p_realpath on OpenBSDCarlos Martín Nieto2013-01-291-0/+30
OpenBSD's realpath(3) doesn't require the last part of the path to exist. Override p_realpath in this OS to bring it in line with the library's assumptions.