in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
[musl] / include / sys / personality.h
1 #ifndef _PERSONALITY_H
2 #define _PERSONALITY_H
3
4 int personality(unsigned long);
5
6 #endif