summaryrefslogtreecommitdiff
path: root/include/sys/prctl.h
blob: 316f454c1c62c0702c034e423aca8cafa131cb34 (plain)
1
2
3
4
5
6
#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>

extern int __prctl (int __option, ...);

#endif