From 0c93f6c7ab7aab56b39793a2317a9bff16b8ae04 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 29 Apr 2007 19:55:21 -0400 Subject: Add readlink, xreadlink(), and change xrealloc() to not fight the stupid compiler so much. --- toys/Config.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'toys/Config.in') diff --git a/toys/Config.in b/toys/Config.in index 5634436c..5aae5c54 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -194,6 +194,22 @@ config PWD The print working directory command prints the current directory. +config READLINK + bool "readlink" + default n + help + usage: readlink + + Show what a symbolic link points to. + +config READLINK_FINAL + bool "readlink -f" + default n + help + usage: readlink [-f] + + -f Show final location, including normal files and multiple symlinks. + config SYNC bool "sync" default n -- cgit v1.2.3