further simplify and optimize new cond var
[musl] / src / prng / __rand48_step.c
index 105f810..ccaffc3 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdlib.h>
 #include <stdint.h>
 
 uint64_t __rand48_step(unsigned short *xi, unsigned short *lc)