Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-10 13:37:29 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-10 13:37:29 +0400
commit7e8a53a33576b8ac6b5067ff88447936ad9d422f (patch)
tree3ebe0789461f69c10d24acaa5fa263718d54afff /libbb/Kbuild
parent3f3aa2a57dc648ade9083f3b3ad83cce8206b912 (diff)
- add libbb function str_tolower to convert a string to lowercase.
- shrink wget a bit
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r--libbb/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index 4865c9c7c..4e6eec38b 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -77,6 +77,7 @@ lib-y += sha1.o
lib-y += simplify_path.o
lib-y += skip_whitespace.o
lib-y += speed_table.o
+lib-y += str_tolower.o
lib-y += trim.o
lib-y += u_signal_names.o
lib-y += udp_io.o