ladybird/Kernel/API/POSIX/sys
Andreas Kling b98f537f11 Kernel+Userland: Make some of the POSIX types larger
Expand the following types from 32-bit to 64-bit:
- blkcnt_t
- blksize_t
- dev_t
- nlink_t
- suseconds_t
- clock_t

This matches their size on other 64-bit systems.
2023-04-04 10:33:42 +02:00
..
auxv.h Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API 2023-01-21 10:43:59 -07:00
limits.h Kernel+Libraries: Don't include limits.h from LibELF/Validation.h 2023-01-21 10:43:59 -07:00
mman.h
ptrace.h
resource.h
socket.h Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS 2023-02-19 00:37:37 +01:00
stat.h Kernel+LibC+VFS: Implement utimensat(3) 2022-05-21 18:15:00 +02:00
statvfs.h
time.h
times.h
types.h Kernel+Userland: Make some of the POSIX types larger 2023-04-04 10:33:42 +02:00
uio.h Kernel: Properly define IOV_MAX 2022-05-05 20:47:38 +02:00
un.h
utsname.h
wait.h LibC: Add WIFCONTINUED macro 2022-06-17 10:59:26 +02:00