diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 17:07:29 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 17:07:29 -0500 |
| commit | 40e2986d3d196855bba3836a60a482fd3a0f73a8 (patch) | |
| tree | 6ce03ea7ddffb7f0001bff12706b21f9bce3c67e /src/wchar/wcwidth.c | |
| parent | 421cc9cd7295e5b92cf167a41bd8f55a3b842728 (diff) | |
remove posix and xopen specific functions
Diffstat (limited to 'src/wchar/wcwidth.c')
| -rw-r--r-- | src/wchar/wcwidth.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/wchar/wcwidth.c b/src/wchar/wcwidth.c deleted file mode 100644 index 62ad08bb..00000000 --- a/src/wchar/wcwidth.c +++ /dev/null @@ -1,20 +0,0 @@ -#if 0 - -#include <stddef.h> -#include "wctype/wint_t.c" -#include "wctype/wctrans_t.c" -#include <wchar.h> - -int wcwidth(wchar_t wc) -{ - SIGNAL_SAFE(0); - -} - -/* -XOPEN(4) -NOTE: this function is shaded "WP" in SUSv1 -*/ - - -#endif |
