mirror of
git://git.musl-libc.org/musl
synced 2025-02-04 21:11:38 +00:00
7 lines
87 B
C
7 lines
87 B
C
|
#ifndef _PERSONALITY_H
|
||
|
#define _PERSONALITY_H
|
||
|
|
||
|
int personality(unsigned long);
|
||
|
|
||
|
#endif
|