This error code was a hack for catching error handling mistakes in the kernel. It's no longer used anywhere.
This is needed for clangd to compile.
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.