mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
LibC: Add EPFNOSUPPORT error number
Not used anywhere in Serenity currently, but required for OpenSSH.
This commit is contained in:
@@ -363,6 +363,7 @@ const char* const sys_errlist[] = {
|
||||
"No such thread",
|
||||
"Protocol error",
|
||||
"Not supported",
|
||||
"Protocol family not supported",
|
||||
"The highest errno +1 :^)",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user