diff options
Diffstat (limited to 'src/stdlib/erand48.c')
| -rw-r--r-- | src/stdlib/erand48.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdlib/erand48.c b/src/stdlib/erand48.c index 3b1506cf..e7fdeb4d 100644 --- a/src/stdlib/erand48.c +++ b/src/stdlib/erand48.c @@ -1,15 +1,12 @@ -#if 0 - #include <stdlib.h> +#include "_stdlib.h" double erand48(unsigned short xsubi[3]) { + SIGNAL_SAFE(0); return 0.0; } /* XOPEN(4) */ - - -#endif |
