about summary refs log tree commit diff
path: root/sysdeps/x86/dl-procinfo.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-04-30 10:42:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-04-30 10:42:43 -0700
commitff026950e280bc3e9487b41b460fb31bc5b57721 (patch)
tree007d0b1ae8fb47ffc62972820c762f1810612899 /sysdeps/x86/dl-procinfo.h
parent051be01f6b41a1466b07ae4bd7f5894a8ec5fe67 (diff)
downloadglibc-ff026950e280bc3e9487b41b460fb31bc5b57721.tar.gz
glibc-ff026950e280bc3e9487b41b460fb31bc5b57721.tar.xz
glibc-ff026950e280bc3e9487b41b460fb31bc5b57721.zip
Add a C wrapper for prctl [BZ #25896]
Add a C wrapper to pass arguments in

/* Control process execution.  */
extern int prctl (int __option, ...) __THROW;

to prctl syscall:

extern int prctl (int, unsigned long int, unsigned long int,
		  unsigned long int, unsigned long int);
Diffstat (limited to 'sysdeps/x86/dl-procinfo.h')
0 files changed, 0 insertions, 0 deletions