diff options
Diffstat (limited to 'libc/stdlib/erand48.c')
-rw-r--r-- | libc/stdlib/erand48.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/erand48.c b/libc/stdlib/erand48.c index 6d4c72683..96a8ad115 100644 --- a/libc/stdlib/erand48.c +++ b/libc/stdlib/erand48.c @@ -17,6 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define erand48_r __erand48_r #include <stdlib.h> /* Global state for non-reentrant functions. Defined in drand48-iter.c. */ |