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