diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 01:46:10 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 01:46:10 +0000 |
commit | f3d0a06707ada65fef1ab83ac00cf9084a4cbebb (patch) | |
tree | be9408bee7eaf77b66b9e21d9a0962bf0fb06bb2 /libc/stdlib/random.c | |
parent | c885bf5cf94a12202f849477a845d728cbd12889 (diff) |
Hide setstate_r, test
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 3ffa50690..28f3cd24d 100644 --- a/libc/stdlib/random.c +++ b/libc/stdlib/random.c @@ -24,6 +24,7 @@ #define random_r __random_r #define srandom_r __srandom_r +#define setstate_r __setstate_r #define _GNU_SOURCE #include <features.h> |