summaryrefslogtreecommitdiff
path: root/libc/stdlib/seed48.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/seed48.c')
-rw-r--r--libc/stdlib/seed48.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdlib/seed48.c b/libc/stdlib/seed48.c
index c688c1aa6..9ff8a480a 100644
--- a/libc/stdlib/seed48.c
+++ b/libc/stdlib/seed48.c
@@ -19,7 +19,6 @@
#include <stdlib.h>
-/* libc_hidden_proto(seed48_r) */
/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data attribute_hidden;