ladybird/Userland/Libraries/LibC/sys
Timothy Flynn ec492a1a08 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-18 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Base/*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -not \( -path "./Ports/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")

There are a couple of weird cases where clang-format now thinks that a
pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a
lambda return statement, and it puts spaces around the `->`.
2024-04-24 16:50:01 -04:00
..
arch
devices Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
archctl.cpp Kernel+LibC: Introduce new archctl syscall 2024-04-19 16:46:47 -06:00
archctl.h Kernel+LibC: Introduce new archctl syscall 2024-04-19 16:46:47 -06:00
auxv.cpp
auxv.h
cdefs.h
device.h
file.cpp
file.h
internals.h LibC+LibELF: Use AT_RANDOM ELF auxiliary vector for __stack_chk_guard 2024-04-21 13:34:04 -06:00
ioctl.h
mman.cpp Kernel+LibC+LibELF: Move TLS handling to userspace 2024-04-19 16:46:47 -06:00
mman.h Kernel+LibC+LibELF: Move TLS handling to userspace 2024-04-19 16:46:47 -06:00
param.h Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
poll.h
prctl.cpp
prctl.h
ptrace.cpp
ptrace.h
resource.h
select.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
select.h
socket.cpp
socket.h
stat.h
statvfs.cpp
statvfs.h
sysmacros.h
time.h
times.h
ttydefaults.h
types.h
uio.cpp
uio.h
un.h
utsname.h
wait.cpp
wait.h