Implement realpath()
authorBen Hutchings <ben@decadent.org.uk>
Sat, 27 Sep 2014 14:04:15 +0000 (15:04 +0100)
committerRaspbian forward porter <root@raspbian.org>
Tue, 17 May 2016 23:45:58 +0000 (23:45 +0000)
commita53fe73a6a036eba47c66197c33e65fb40701ca6
treecefd4a6ce407756fe5fe64df4fed4a8e572462b5
parent3ad956307e44c1e280674a1e55b11ba90bc01e80
Implement realpath()

This is needed as the basis for the readlink -f option.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Name implement-realpath.patch
usr/include/stdlib.h
usr/klibc/Kbuild
usr/klibc/realpath.c [new file with mode: 0644]