From 69e6fe89fa9baafeca3e3515bb50897cd8ee7c35 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 15 Dec 2025 18:24:54 +0100 Subject: Add getauxval and cleanup libc startup --- include/sys/auxv.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/sys/auxv.h (limited to 'include/sys/auxv.h') diff --git a/include/sys/auxv.h b/include/sys/auxv.h new file mode 100644 index 00000000..e3b65b99 --- /dev/null +++ b/include/sys/auxv.h @@ -0,0 +1,6 @@ +#ifndef __SYS_AUXV_H +#define __SYS_AUXV_H + +unsigned long getauxval(unsigned long); + +#endif -- cgit v1.2.3