OSDN Git Service

Switch to NetBSD's strxfrm(3).
authorElliott Hughes <enh@google.com>
Fri, 10 Aug 2012 18:03:02 +0000 (11:03 -0700)
committerElliott Hughes <enh@google.com>
Fri, 10 Aug 2012 18:03:02 +0000 (11:03 -0700)
commitbe1d78b0dc899a732c0e9d7515d3023e8004e368
tree46bb803853eec1e06ee940a04335aa38032b33a3
parent0836a7ffb13890558fe568119b023007cce66373
Switch to NetBSD's strxfrm(3).

There were two bugs in our implementation. Intel found one, but another
remainined, and tracking upstream is the way forward for functions where
we add no value.

Change-Id: Ida9bac0293fb2c4cbc942b1e0515ee0477c6538b
libc/Android.mk
libc/NOTICE
libc/string/strxfrm.c [deleted file]
libc/upstream-netbsd/README.txt [new file with mode: 0644]
libc/upstream-netbsd/libc/string/strxfrm.c [new file with mode: 0644]
libc/upstream-netbsd/netbsd-compat.h [new file with mode: 0644]