Merge "Add missing backslash in MIPS filelist"

This commit is contained in:
Elliott Hughes 2013-10-02 02:46:11 +00:00 committed by Gerrit Code Review
commit 9461e9fae3

View file

@ -488,7 +488,7 @@ libc_common_src_files += \
string/strncmp.c \
string/strncpy.c \
string/strrchr.c \
upstream-freebsd/lib/libc/string/wcscat.c
upstream-freebsd/lib/libc/string/wcscat.c \
upstream-freebsd/lib/libc/string/wcschr.c \
upstream-freebsd/lib/libc/string/wcscmp.c \
upstream-freebsd/lib/libc/string/wcscpy.c \