Kernel: Remove Limits.h

This commit is contained in:
Andreas Kling 2019-04-03 13:18:42 +02:00
commit 58c4d41c5f
Notes: sideshowbarker 2024-07-19 14:50:34 +09:00
10 changed files with 9 additions and 24 deletions

View file

@ -255,7 +255,8 @@ struct sigaction {
#define SIG_UNBLOCK 1
#define SIG_SETMASK 2
// FIXME: Support 64-bit offsets!
#define OFF_T_MAX 2147483647
typedef signed_dword off_t;
typedef dword time_t;