From 24a60ffba1893a3506a6ed15fd4b26479d966cf3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:31:15 -0400 Subject: rename non-compiled files to *.h --- src/sys/resource/struct_rlimit.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/sys/resource/struct_rlimit.h (limited to 'src/sys/resource/struct_rlimit.h') diff --git a/src/sys/resource/struct_rlimit.h b/src/sys/resource/struct_rlimit.h new file mode 100644 index 00000000..b0169e1e --- /dev/null +++ b/src/sys/resource/struct_rlimit.h @@ -0,0 +1,10 @@ +#include + +struct rlimit { + rlim_t rlim_cur; + rlim_t rlim_max; +}; + +/* +XOPEN(400) +*/ -- cgit v1.2.1