aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-12-30 01:17:03 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-12-30 01:17:03 +0100
commit2753aae0e8728f527bedf103b1207857b7c3e151 (patch)
tree81a721b4e9aa1884e0f25db7e0310b7c6037bc62 /libbb/Config.src
parent90615a0c5c326fa3cf78fc719f7b16207f47395a (diff)
downloadbusybox-w32-2753aae0e8728f527bedf103b1207857b7c3e151.tar.gz
busybox-w32-2753aae0e8728f527bedf103b1207857b7c3e151.tar.bz2
busybox-w32-2753aae0e8728f527bedf103b1207857b7c3e151.zip
libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names
function old new delta get_signum 140 336 +196 __libc_allocate_rtsig - 56 +56 __libc_current_sigrtmin - 6 +6 __libc_current_sigrtmax - 6 +6 current_rtmin - 4 +4 current_rtmax - 4 +4 bbconfig_config_bz2 4961 4962 +1 ------------------------------------------------------------------------------ (add/remove: 6/0 grow/shrink: 2/0 up/down: 273/0) Total: 273 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.src')
-rw-r--r--libbb/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index f6c7a11ea..85892d3fe 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -135,7 +135,7 @@ config FEATURE_NON_POSIX_CP
135 and create a regular file. This does not conform to POSIX, 135 and create a regular file. This does not conform to POSIX,
136 but prevents a symlink attack. 136 but prevents a symlink attack.
137 Similarly, "cp file device" will not send file's data 137 Similarly, "cp file device" will not send file's data
138 to the device. 138 to the device. (To do that, use "cat file >device")
139 139
140config FEATURE_VERBOSE_CP_MESSAGE 140config FEATURE_VERBOSE_CP_MESSAGE
141 bool "Give more precise messages when copy fails (cp, mv etc)" 141 bool "Give more precise messages when copy fails (cp, mv etc)"