fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it
[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