diff options
author | Elliott Hughes <enh@google.com> | 2014-04-08 21:52:33 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-04-08 21:52:33 +0000 |
commit | ac70d2e1fe71f98232942237c2b463ea3adbf662 (patch) | |
tree | 9ef6d22fd159d9227da996f74ba3cdf325a7c458 /libc/arch-mips64/mips64.mk | |
parent | e2239ddb727f1f07237fa664edaf43b12b18e0a6 (diff) | |
parent | 5363a45f2b6d4eeb054710d0886bbadea8a15273 (diff) | |
download | bionic-ac70d2e1fe71f98232942237c2b463ea3adbf662.zip bionic-ac70d2e1fe71f98232942237c2b463ea3adbf662.tar.gz bionic-ac70d2e1fe71f98232942237c2b463ea3adbf662.tar.bz2 |
Merge "Clean up localeconv(3)."
Diffstat (limited to 'libc/arch-mips64/mips64.mk')
-rw-r--r-- | libc/arch-mips64/mips64.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk index 28c3d2b..75620d8 100644 --- a/libc/arch-mips64/mips64.mk +++ b/libc/arch-mips64/mips64.mk @@ -16,11 +16,6 @@ libc_common_src_files_mips64 := \ upstream-freebsd/lib/libc/string/wcslen.c \ upstream-freebsd/lib/libc/string/wcsrchr.c \ upstream-freebsd/lib/libc/string/wmemcmp.c \ - upstream-openbsd/lib/libc/locale/_def_numeric.c \ - upstream-openbsd/lib/libc/locale/_def_messages.c \ - upstream-openbsd/lib/libc/locale/_def_monetary.c \ - upstream-openbsd/lib/libc/locale/_def_time.c \ - upstream-openbsd/lib/libc/locale/localeconv.c \ upstream-openbsd/lib/libc/string/bcopy.c \ upstream-openbsd/lib/libc/string/strcat.c \ upstream-openbsd/lib/libc/string/strcmp.c \ |