diff options
-rw-r--r-- | libc/stdlib/arc4random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/arc4random.c b/libc/stdlib/arc4random.c index e074a22b9..7a8359ab0 100644 --- a/libc/stdlib/arc4random.c +++ b/libc/stdlib/arc4random.c @@ -44,7 +44,7 @@ struct arc4_stream { uint8_t s[256]; }; -static int rs_initialized; +static smallint rs_initialized; static struct arc4_stream rs; static __inline__ void |