summaryrefslogtreecommitdiff
path: root/src/sys/resource/struct_rlimit.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 01:32:28 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 01:32:28 -0500
commitd74c7008bbdb17db6d33eb8bcf8081a14385bdfb (patch)
tree053b2f844e828422de915167575e59c3e2205a83 /src/sys/resource/struct_rlimit.h
parent5fd6f055390692694b0090fdf7bdd5ebbb1976de (diff)
remove more cruft, update dependencies
Diffstat (limited to 'src/sys/resource/struct_rlimit.h')
-rw-r--r--src/sys/resource/struct_rlimit.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/resource/struct_rlimit.h b/src/sys/resource/struct_rlimit.h
deleted file mode 100644
index b0169e1e..00000000
--- a/src/sys/resource/struct_rlimit.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sys/resource.h>
-
-struct rlimit {
- rlim_t rlim_cur;
- rlim_t rlim_max;
-};
-
-/*
-XOPEN(400)
-*/