mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
Also keep the canonical errno list in LibC for now. The kernel gets it from there. This makes building 3rd party code easier. ..also fix broken strchr().
4 lines
46 B
C
4 lines
46 B
C
#pragma once
|
|
|
|
#include <LibC/errno_numbers.h>
|