serenity/Kernel/API/POSIX
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
..
net
netinet
sys Kernel+Userland: Make some of the POSIX types larger 2023-04-04 10:33:42 +02:00
dirent.h
errno.h
fcntl.h Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2) 2023-02-19 00:37:37 +01:00
futex.h
ifaddrs.h
poll.h
sched.h
select.h Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file 2023-03-01 19:36:53 -07:00
serenity.h
signal.h Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX 2023-01-21 10:43:59 -07:00
signal_numbers.h Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX 2023-01-21 10:43:59 -07:00
stdio.h
termios.h
time.h
ucontext.h
unistd.h Kernel: Add non standard value to sys$sysconf 2023-03-11 13:06:36 +00:00