ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../include/sys/prctl.h

11 lines
167 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>
# ifndef _ISOMAC
extern int __prctl (int __option, ...);
libc_hidden_proto (__prctl)
# endif /* !_ISOMAC */
#endif