From 40e2986d3d196855bba3836a60a482fd3a0f73a8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 17:07:29 -0500 Subject: remove posix and xopen specific functions --- src/stdlib/lcong48.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/stdlib/lcong48.c (limited to 'src/stdlib/lcong48.c') diff --git a/src/stdlib/lcong48.c b/src/stdlib/lcong48.c deleted file mode 100644 index ac43c301..00000000 --- a/src/stdlib/lcong48.c +++ /dev/null @@ -1,11 +0,0 @@ -#include -#include "_stdlib.h" - -void lcong48(unsigned short param[7]) -{ - SIGNAL_SAFE(0); -} - -/* -XOPEN(4) -*/ -- cgit v1.2.1