From 2f0649f6fe411d7e07c8d56cf8ea56db53536da8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:06:04 +0200 Subject: Adding upstream version 2.0.13. Signed-off-by: Daniel Baumann --- usr/include/sys/prctl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr/include/sys/prctl.h (limited to 'usr/include/sys/prctl.h') diff --git a/usr/include/sys/prctl.h b/usr/include/sys/prctl.h new file mode 100644 index 0000000..b0f41f5 --- /dev/null +++ b/usr/include/sys/prctl.h @@ -0,0 +1,11 @@ +#ifndef _SYS_PRCTL_H +#define _SYS_PRCTL_H + +#include +#include +#include + +/* glibc has this as a varadic function, so join the club... */ +__extern int prctl(int, ...); + +#endif /* _SYS_PRCTL_H */ -- cgit v1.2.3