diff options
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 |
