diff options
Diffstat (limited to 'src/stdlib/lrand48.c')
-rw-r--r-- | src/stdlib/lrand48.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/lrand48.c b/src/stdlib/lrand48.c index 5d6a7f85..f8477e2e 100644 --- a/src/stdlib/lrand48.c +++ b/src/stdlib/lrand48.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> long lrand48(void) @@ -8,3 +10,6 @@ long lrand48(void) /* XOPEN(4) */ + + +#endif |