musl/include/sys/personality.h

7 lines
87 B
C

#ifndef _PERSONALITY_H
#define _PERSONALITY_H
int personality(unsigned long);
#endif