diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 20:54:50 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 20:54:50 +0000 |
commit | 56605ce86443e1b0ee44c220774b144d843c6810 (patch) | |
tree | 753415799cad3deba940b3725611178c5bf0d00f /libc/stdlib/random.c | |
parent | ef449071ebc74473f11923c444273dbdc8293b97 (diff) |
hidden initstate_r and use
Diffstat (limited to 'libc/stdlib/random.c')
-rw-r--r-- | libc/stdlib/random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/random.c b/libc/stdlib/random.c index d40420740..eb146098a 100644 --- a/libc/stdlib/random.c +++ b/libc/stdlib/random.c @@ -25,6 +25,7 @@ #define random_r __random_r #define srandom_r __srandom_r #define setstate_r __setstate_r +#define initstate_r __initstate_r #define _GNU_SOURCE #include <features.h> |