- add strrchr

This commit is contained in:
Bernhard Reutner-Fischer
2008-05-28 14:19:27 +00:00
parent 5de8a13b08
commit 17282292c2
3 changed files with 22 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ lib-y += simplify_path.o
lib-y += skip_whitespace.o
lib-y += speed_table.o
lib-y += str_tolower.o
lib-y += strrstr.o
lib-y += time.o
lib-y += trim.o
lib-y += u_signal_names.o