hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame include/sys/prctl.h

Packit 6c4009
#ifndef _SYS_PRCTL_H
Packit 6c4009
#include_next <sys/prctl.h>
Packit 6c4009
Packit 6c4009
# ifndef _ISOMAC
Packit 6c4009
Packit 6c4009
extern int __prctl (int __option, ...);
Packit 6c4009
Packit 6c4009
# endif /* !_ISOMAC */
Packit 6c4009
#endif