diff options
Diffstat (limited to 'libc/stdlib/drand48_r.c')
-rw-r--r-- | libc/stdlib/drand48_r.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdlib/drand48_r.c b/libc/stdlib/drand48_r.c index b6c055c1f..14235e6e0 100644 --- a/libc/stdlib/drand48_r.c +++ b/libc/stdlib/drand48_r.c @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define erand48_r __erand48_r + #include <errno.h> #include <math.h> #include <stdlib.h> |