commit | 70478100d5967f528e6514a42f98a76bb85b7e28 | [log] [tgz] |
---|---|---|
author | Jim Huang <jserv@0xlab.org> | Mon Sep 27 22:42:28 2010 +0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Mon Oct 25 16:27:47 2010 -0700 |
tree | 6e84c6ff7099ad5b5e21fb74e917fdcb05c9d49e | |
parent | b2061a30da29ee531c16862a5be3566e3b860839 [diff] |
Remove duplicated _rand48 implementation. Use stdlib version instead Originally, there are _rand48 (in libc/bionic/_rand48.c) and __rand48 (in libc/stdlib/_rand48.c) implemented in bionic. Besides the naming, the functionality is identical. This patch removes the duplicated _rand48. Also, drand48 and erand48 are modified accordingly. Change-Id: Ie5761a0a97f45df8538222a77edacb7c3e0125d7