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/stdio/getw.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/stdio/getw.c (limited to 'src/stdio/getw.c') diff --git a/src/stdio/getw.c b/src/stdio/getw.c deleted file mode 100644 index ad1b0bad..00000000 --- a/src/stdio/getw.c +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include "_stdio.h" - -# define _XOPEN_LEGACY 500 - -int getw(FILE *stream) -{ - SIGNAL_SAFE(0); - return 0; -} - -/* -XOPEN(4,600) -*/ -- cgit v1.2.1