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/getsubopt.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/stdlib/getsubopt.c (limited to 'src/stdlib/getsubopt.c') diff --git a/src/stdlib/getsubopt.c b/src/stdlib/getsubopt.c deleted file mode 100644 index 93dd08c3..00000000 --- a/src/stdlib/getsubopt.c +++ /dev/null @@ -1,13 +0,0 @@ -#include -#include "_stdlib.h" - -int getsubopt(char ** optionp, char * const * keylistp, char ** valuep) -{ - SIGNAL_SAFE(0); - return 0; -} - -/* -XOPEN(400) -POSIX(200809) -*/ -- cgit v1.2.1