1#ifndef _SYS_PRCTL_H
2#include_next <sys/prctl.h>
3
4extern int __prctl (int __option, ...);
5
6#endif
7