From ee7cd3e6b622a8c40236ac26270e369bc28af007 Mon Sep 17 00:00:00 2001 From: pk33 Date: Sun, 3 Nov 2024 01:39:28 +0100 Subject: modesetting tweaks --- musl/ulimit.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 musl/ulimit.h (limited to 'musl/ulimit.h') diff --git a/musl/ulimit.h b/musl/ulimit.h new file mode 100644 index 0000000..efdcd31 --- /dev/null +++ b/musl/ulimit.h @@ -0,0 +1,17 @@ +#ifndef _ULIMIT_H +#define _ULIMIT_H + +#ifdef __cplusplus +extern "C" { +#endif + +#define UL_GETFSIZE 1 +#define UL_SETFSIZE 2 + +long ulimit (int, ...); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3