don't override libc code in a glibc-specific way when not using glibc
commit8e8c32fe65d78ce4a7991660ca4147f07eff411e
authormostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 13 Jun 2013 09:19:46 +0000 (13 09:19 +0000)
committermostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 13 Jun 2013 09:19:46 +0000 (13 09:19 +0000)
treee562936ee5eb6a0fa3bc46b8b9ce2835ee6bd501
parentc0066729b197a66fbab0143c33fc9cc4eace913b
don't override libc code in a glibc-specific way when not using glibc

We should not attempt to override libc functions using glibc-specific
code when not actually using glibc.  This still needs to be fixed
for other libc's though.

Review URL: https://chromiumcodereview.appspot.com/16132015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206040 0039d316-1c4b-4281-b951-d872f2087c98
sandbox/linux/services/libc_urandom_override.cc