ladybird/Userland/Libraries/LibC/bits
Liav A d05d938e73 LibC: Properly implement the futimens function
Use the new futimens syscall to ensure futimens can actually work.
This change for example allows a user to run "touch non-existing-file"
without getting any error, as expected.
2023-04-10 10:21:28 +02:00
..
dlfcn_integration.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FILE.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
mutex_locker.h LibC: Implement fflush(nullptr) 2022-01-16 14:59:21 -08:00
posix1_lim.h
pthread_cancel.h
pthread_integration.h
regex_defs.h LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec 2023-02-15 10:14:26 +01:00
search.h
sighow.h
stdint.h
stdio_file_implementation.h Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
utimens.h LibC: Properly implement the futimens function 2023-04-10 10:21:28 +02:00
wchar.h
wchar_size.h