blob: 71ba57ee311c8a382bb10fe3ac7653254550e23f [file] [log] [blame]
#ifndef _SYS_PRCTL_H
#define _SYS_PRCTL_H
#include <linux/prctl.h>
/* glibc has this as a varadic function, so join the club... */
int prctl(int, ...);
#endif /* _SYS_PRCTL_H */