summaryrefslogtreecommitdiff
path: root/libc/stdlib/erand48_r.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-08 05:28:52 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-08 05:28:52 +0000
commit1b2442d41e120d3585922d981a478bff4f357337 (patch)
tree4a43fe614f540f3beaaca060515264e8af6de977 /libc/stdlib/erand48_r.c
parent62a7b2c54013b0f7e312cb439ce865cd24884bd8 (diff)
Cleanup some silly warnings
Diffstat (limited to 'libc/stdlib/erand48_r.c')
-rw-r--r--libc/stdlib/erand48_r.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/stdlib/erand48_r.c b/libc/stdlib/erand48_r.c
index fb48304fa..85971cc02 100644
--- a/libc/stdlib/erand48_r.c
+++ b/libc/stdlib/erand48_r.c
@@ -21,6 +21,9 @@
#include <stdlib.h>
#include <limits.h>
+extern int __drand48_iterate(unsigned short xsubi[3],
+ struct drand48_data *buffer);
+
int erand48_r (xsubi, buffer, result)
unsigned short int xsubi[3];