OSDN Git Service

Add a hack to <stdlib.h> until we can fix libvpx.
authorElliott Hughes <enh@google.com>
Fri, 13 Jun 2014 00:50:52 +0000 (17:50 -0700)
committerElliott Hughes <enh@google.com>
Fri, 13 Jun 2014 00:50:52 +0000 (17:50 -0700)
commit3fb5097a7eec40404760c304b36c8b657b374cab
treeab02516c771039cddd1e8e991f8814887d4378d7
parent346fa721ca20e481a624930425d823d452e11dfe
Add a hack to <stdlib.h> until we can fix libvpx.

libvpx should probably change its assembler to refer to lrand48 directly,
because that will work on old and new versions of Android. This keeps things
building until that happens.

Bug: 15598056
Change-Id: I4a1f59e710a083b9f9a707ceeb9ca0a28141a954
libc/include/stdlib.h