Sign in
googlers
/
maze
/
klibc
/
72a6e871639c36b949c6aa3d8429100e63d20796
/
.
/
usr
/
include
/
sys
/
prctl.h
blob: c12c191f71fda0139e200d0f9d64198e5da94618 [
file
] [
log
] [
blame
]
#ifndef
_SYS_PRCTL_H
#define
_SYS_PRCTL_H
#include
<klibc/extern.h>
#include
<linux/prctl.h>
/* glibc has this as a varadic function, so join the club... */
__extern
int
prctl
(
int
,
...);
#endif
/* _SYS_PRCTL_H */