diff options
Diffstat (limited to 'src/stdlib/lcong48.c')
| -rw-r--r-- | src/stdlib/lcong48.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdlib/lcong48.c b/src/stdlib/lcong48.c index b14824d8..ac43c301 100644 --- a/src/stdlib/lcong48.c +++ b/src/stdlib/lcong48.c @@ -1,14 +1,11 @@ -#if 0 - #include <stdlib.h> +#include "_stdlib.h" void lcong48(unsigned short param[7]) { + SIGNAL_SAFE(0); } /* XOPEN(4) */ - - -#endif |
