diff options
Diffstat (limited to 'libc/stdlib/random.c')
-rw-r--r-- | libc/stdlib/random.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdlib/random.c b/libc/stdlib/random.c index 38c3ea4d2..9f1977ee3 100644 --- a/libc/stdlib/random.c +++ b/libc/stdlib/random.c @@ -22,7 +22,6 @@ * Rewritten to use reentrant functions by Ulrich Drepper, 1995. */ -#define _GNU_SOURCE #include <features.h> #include <limits.h> #include <stddef.h> |