mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
This allows us to get rid of an include to LibC/sys/ttydefaults.h in the Kernel TTY implementation. Also, move ttydefchars static const struct to another file called Kernel/API/ttydefaultschars.h, so it could be used too in the Kernel TTY implementation without the need to include anything from LibC. |
||
|---|---|---|
| .. | ||
| arch | ||
| auxv.cpp | ||
| auxv.h | ||
| cdefs.h | ||
| file.cpp | ||
| file.h | ||
| internals.h | ||
| ioctl.h | ||
| mman.cpp | ||
| mman.h | ||
| param.h | ||
| poll.h | ||
| prctl.cpp | ||
| prctl.h | ||
| ptrace.cpp | ||
| ptrace.h | ||
| resource.h | ||
| select.cpp | ||
| 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 | ||