From 83f299376147a26436bc668ebcf0966a05010951 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sat, 9 Jun 2018 09:51:46 +0100 Subject: realpath: implement realpath(3) and enable realpath(1) The implementation of realpath(3) is based on code by Stuart Dootson (studoot on GitHub). --- configs/mingw32_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/mingw32_defconfig') diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index b0bdb25cb..249ae2072 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig @@ -288,7 +288,7 @@ CONFIG_PRINTF=y CONFIG_PWD=y # CONFIG_READLINK is not set # CONFIG_FEATURE_READLINK_FOLLOW is not set -# CONFIG_REALPATH is not set +CONFIG_REALPATH=y CONFIG_RM=y CONFIG_RMDIR=y CONFIG_SEQ=y -- cgit v1.2.3-55-g6feb