diff options
author | jaseg <code@jaseg.net> | 2015-07-07 02:49:51 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2015-07-07 02:49:51 +0200 |
commit | 84dc917720ff12a741bf87824bef1e6c31c9e1f2 (patch) | |
tree | 0dd61b098bc8192dfcc7399db686926ff5a56442 /fgetwc_fix.h | |
parent | 5bd8c7dccaf04939fc8aa8b9a9aecdb56f2b9b91 (diff) | |
download | lolcat-84dc917720ff12a741bf87824bef1e6c31c9e1f2.tar.gz lolcat-84dc917720ff12a741bf87824bef1e6c31c9e1f2.tar.bz2 lolcat-84dc917720ff12a741bf87824bef1e6c31c9e1f2.zip |
Link statically against musl
Diffstat (limited to 'fgetwc_fix.h')
-rw-r--r-- | fgetwc_fix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fgetwc_fix.h b/fgetwc_fix.h deleted file mode 100644 index 343d9f7..0000000 --- a/fgetwc_fix.h +++ /dev/null @@ -1,5 +0,0 @@ - -#include <wchar.h> -#include <stdint.h> - -wint_t _fgetwc_fixed(FILE *fp); |