aboutsummaryrefslogtreecommitdiff
path: root/coreutils/basename.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /coreutils/basename.c
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.bz2
busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/basename.c')
-rw-r--r--coreutils/basename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c
index 812a5e63e..0dd2c43c7 100644
--- a/coreutils/basename.c
+++ b/coreutils/basename.c
@@ -14,7 +14,7 @@
14 * 3) Save some space by using strcmp(). Calling strncmp() here was silly. 14 * 3) Save some space by using strcmp(). Calling strncmp() here was silly.
15 */ 15 */
16//config:config BASENAME 16//config:config BASENAME
17//config: bool "basename (371 bytes)" 17//config: bool "basename (438 bytes)"
18//config: default y 18//config: default y
19//config: help 19//config: help
20//config: basename is used to strip the directory and suffix from filenames, 20//config: basename is used to strip the directory and suffix from filenames,