Files
RedBear-OS/tests
Josh Megnauth d14ae1c148 Switch resource.h enum to c_int instead of u64
Most platforms use a c_int though glibc uses a u32. GNU defines a type,
__rlimit_resource_t, for the RLIMIT enum that is a u32.

Using a c_int is nicer for a few reasons. The first is that our
(unimplemented) functions receive a c_int for the enum - using a u32 is
technically wrong but doesn't affect anything since the constants are
turned into macros by cbindgen.

The second reason is that a c_int is nicer for libc and nix (the crate)
too since we don't need to pollute the crates with guards for Redox.
2025-08-16 23:52:03 -04:00
..
2024-03-01 00:23:42 +00:00
2018-07-26 09:16:22 +02:00
2019-12-02 14:53:55 -05:00
2023-11-12 12:07:49 +01:00
2024-09-28 12:50:00 +00:00
2024-11-02 12:21:47 +00:00
2025-04-19 19:27:00 +02:00
2024-01-17 03:05:50 +00:00
2025-07-11 20:28:45 -06:00
2024-10-06 05:43:17 -07:00
2025-08-06 02:38:47 -04:00
2024-12-28 22:46:45 +00:00
2023-11-12 12:07:49 +01:00
2025-08-07 08:46:54 +07:00
2023-11-12 12:07:49 +01:00
2021-03-01 21:19:04 -07:00
2021-03-01 21:19:04 -07:00
2021-03-01 21:19:04 -07:00
2024-11-17 16:15:07 +00:00
2024-12-25 16:17:51 +11:00
2024-09-06 22:28:24 +02:00
2025-04-18 12:34:45 +00:00
2024-11-17 16:15:07 +00:00
2024-12-12 15:17:16 +00:00
2024-11-10 16:19:15 +01:00
2025-04-19 19:27:02 +02:00
2024-12-25 16:17:51 +11:00
2023-11-12 12:07:49 +01:00
2024-09-24 19:34:53 +02:00
2024-12-31 00:54:58 +11:00
2023-11-12 11:45:15 +01:00
2019-04-28 10:07:42 -06:00
2021-01-05 22:48:41 +01:00
2024-09-28 16:51:17 +02:00
2024-07-18 23:59:48 +02:00
2023-11-12 12:07:49 +01:00
2025-07-11 20:28:45 -06:00
2023-04-15 10:41:42 +01:00
2025-08-14 01:57:24 -04:00
2023-11-12 12:07:49 +01:00
2025-07-11 20:28:45 -06:00