summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/prctl.h
blob: 26749cbd4805d0c9f0142cc1a4401d541b252ff5 (plain)
1
2
3
4
5
6
7
8
#ifndef _SYS_PRCTL_H
#define _SYS_PRCTL_H

#include <sys/cdefs.h>

int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned long arg4, unsigned long arg5) __THROW;

#endif