mirror of
https://github.com/fluencelabs/musl
synced 2025-05-01 01:52:14 +00:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef _PERSONALITY_H
|
|
#define _PERSONALITY_H
|
|
|
|
int personality(unsigned long);
|
|
|
|
#endif
|