remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
[musl] / include / sys / personality.h
1 #ifndef _PERSONALITY_H
2 #define _PERSONALITY_H
3
4 int personality(unsigned long);
5
6 #endif