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/stdio/getw.c | |
| parent | 421cc9cd7295e5b92cf167a41bd8f55a3b842728 (diff) | |
remove posix and xopen specific functions
Diffstat (limited to 'src/stdio/getw.c')
| -rw-r--r-- | src/stdio/getw.c | 14 |
1 files changed, 0 insertions, 14 deletions
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 <stdio.h> -#include "_stdio.h" - -# define _XOPEN_LEGACY 500 - -int getw(FILE *stream) -{ - SIGNAL_SAFE(0); - return 0; -} - -/* -XOPEN(4,600) -*/ |
