mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-25 15:42:06 +03:00
7 lines
87 B
C
7 lines
87 B
C
|
#ifndef _PERSONALITY_H
|
||
|
#define _PERSONALITY_H
|
||
|
|
||
|
int personality(unsigned long);
|
||
|
|
||
|
#endif
|