mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 11:00:07 +00:00
7 lines
98 B
C
7 lines
98 B
C
|
#ifndef _SYS_PRCTL_H
|
||
|
#include_next <sys/prctl.h>
|
||
|
|
||
|
extern int __prctl (int __option, ...);
|
||
|
|
||
|
#endif
|