blob: 316f454c1c62c0702c034e423aca8cafa131cb34 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef _SYS_PRCTL_H
2#include_next <sys/prctl.h>
3
4extern int __prctl (int __option, ...);
5
6#endif