1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 18:25:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
sin-ack
69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX
This fixes at least half of our LibC includes in the kernel. The source
of truth for errno codes and their description strings now lives in
Kernel/API/POSIX/errno.h as an enumeration, which LibC includes.
2021-12-16 22:21:35 +03:30