diff options
author | Dan Albert <danalbert@google.com> | 2014-06-04 09:53:06 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2014-06-04 12:01:56 -0700 |
commit | 001f8f041bf21c53d4a0b919ef2c859b047bac0a (patch) | |
tree | 4f53609088f6d2c5a53a73b03737fdb82c8a0f38 /libc/upstream-openbsd | |
parent | e120cba31df5249b720579312e799bd1c65f8e3d (diff) | |
download | bionic-001f8f041bf21c53d4a0b919ef2c859b047bac0a.zip bionic-001f8f041bf21c53d4a0b919ef2c859b047bac0a.tar.gz bionic-001f8f041bf21c53d4a0b919ef2c859b047bac0a.tar.bz2 |
Removes wcswcs from bionic for LP64.
Bug: 13935372
Change-Id: I0deb15e769da4fa81bb65a87f3c86db5163a5796
Diffstat (limited to 'libc/upstream-openbsd')
-rw-r--r-- | libc/upstream-openbsd/lib/libc/string/wcswcs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/upstream-openbsd/lib/libc/string/wcswcs.c b/libc/upstream-openbsd/lib/libc/string/wcswcs.c deleted file mode 100644 index bd35605..0000000 --- a/libc/upstream-openbsd/lib/libc/string/wcswcs.c +++ /dev/null @@ -1,5 +0,0 @@ -/* $OpenBSD: wcswcs.c,v 1.1 2005/04/13 16:35:58 espie Exp $ */ -/* $NetBSD: wcswcs.c,v 1.1 2003/03/05 20:18:17 tshiozak Exp $ */ - -#define WCSWCS -#include "wcsstr.c" |