Add implemenation of lrealpath. This works like realpath, but returns
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 9 Jun 2004 12:32:07 +0000 (12:32 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 9 Jun 2004 12:32:07 +0000 (12:32 +0000)
commit235461c9afdfffc4004ecb9b9ab2653660a88e1b
treecfc75b9bced8a11ae3f5dad0eb5bf9ec3876976f
parent62fe9c21e80b18040d7824f4cd5065e49756daf1
Add implemenation of lrealpath. This works like realpath, but returns
a dynamically allocated string or a copy of the original pathname, if
realpath(3) failed. This can return NULL, if malloc(3) failed.
include/libiberty.h
lib/libiberty/Makefile
lib/libiberty/lrealpath.c [copied from include/libiberty.h with 71% similarity]