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/wchar/wcswidth.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/wchar/wcswidth.c (limited to 'src/wchar/wcswidth.c') diff --git a/src/wchar/wcswidth.c b/src/wchar/wcswidth.c deleted file mode 100644 index 3aadc89b..00000000 --- a/src/wchar/wcswidth.c +++ /dev/null @@ -1,20 +0,0 @@ -#if 0 - -#include -#include "wctype/wint_t.c" -#include "wctype/wctrans_t.c" -#include - -int wcswidth(const wchar_t * wcsptr, size_t n) -{ - SIGNAL_SAFE(0); - -} - -/* -XOPEN(4) -NOTE: this portion is shaded WP in SUSv1 -*/ - - -#endif -- cgit v1.2.1