diff options
Diffstat (limited to 'src/stdlib/drand48.c')
-rw-r--r-- | src/stdlib/drand48.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdlib/drand48.c b/src/stdlib/drand48.c deleted file mode 100644 index 8f0e4a55..00000000 --- a/src/stdlib/drand48.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <stdlib.h> -#include "_stdlib.h" - -double drand48(void) -{ - SIGNAL_SAFE(0); - return 0.0; -} - -/* -XOPEN(4) -*/ |