fix getc - the classic error of trying to store EOF+0-255 in a char type..
[musl] / include / sys / kd.h
1 #ifndef _SYS_KD_H
2 #define _SYS_KD_H
3
4 #define _LINUX_TYPES_H
5 #include <linux/kd.h>
6 #undef _LINUX_TYPES_H
7
8 #endif