summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 20:39:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 20:39:57 +0000
commit4613e35dbbd0b97ee82948b9e3f3aabc90229583 (patch)
treecbd232cfab1a1f20d1e4a3ebca3d44b8297c28f9 /nuttx/lib/Makefile
parent254321e61b0299f2247131f1a331b6b39d13cd93 (diff)
downloadpx4-nuttx-4613e35dbbd0b97ee82948b9e3f3aabc90229583.tar.gz
px4-nuttx-4613e35dbbd0b97ee82948b9e3f3aabc90229583.tar.bz2
px4-nuttx-4613e35dbbd0b97ee82948b9e3f3aabc90229583.zip
Add strpbrk()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1991 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/Makefile')
-rw-r--r--nuttx/lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile
index 021688365..221d24266 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -47,9 +47,9 @@ STRING_SRCS = lib_checkbase.c lib_isbasedigit.c lib_memset.c lib_memcpy.c \
lib_memcmp.c lib_memmove.c lib_skipspace.c lib_strcasecmp.c \
lib_strcat.c lib_strchr.c lib_strcpy.c lib_strcmp.c lib_strcspn.c \
lib_strdup.c lib_strerror.c lib_strlen.c lib_strncasecmp.c \
- lib_strncat.c lib_strncmp.c lib_strncpy.c lib_strrchr.c \
- lib_strspn.c lib_strstr.c lib_strtok.c lib_strtokr.c lib_strtol.c \
- lib_strtoll.c lib_strtoul.c lib_strtoull.c
+ lib_strncat.c lib_strncmp.c lib_strncpy.c lib_strpbrk.c \
+ lib_strrchr.c lib_strspn.c lib_strstr.c lib_strtok.c lib_strtokr.c \
+ lib_strtol.c lib_strtoll.c lib_strtoul.c lib_strtoull.c
CTYPE_SRCS =