-
- Downloads
Make linux kernel string funcs available to tools
isspace() and strim() are not in the typical user-mode string.h, so
put them in a separate compilation unit so that they can be built into
tools that need them independent of the other common string functions.
This allows code shared by u-boot and the linux user-mode tools to link.
Signed-off-by:
Joe Hershberger <joe.hershberger@ni.com>
Showing
- include/linux/linux_string.h 8 additions, 0 deletionsinclude/linux/linux_string.h
- include/linux/string.h 1 addition, 4 deletionsinclude/linux/string.h
- lib/Makefile 1 addition, 0 deletionslib/Makefile
- lib/linux_string.c 51 additions, 0 deletionslib/linux_string.c
- lib/string.c 0 additions, 39 deletionslib/string.c
Loading
Please register or sign in to comment