mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
LibC: Use EX_IOERR instead of EX_IOER
This commit is contained in:
parent
142f9db5bd
commit
794cf8eef4
Notes:
sideshowbarker
2024-07-18 12:29:21 +09:00
Author: https://github.com/Cleverking2003
Commit: 794cf8eef4
Pull-request: https://github.com/SerenityOS/serenity/pull/7967
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#define EX_OSERR 71
|
#define EX_OSERR 71
|
||||||
#define EX_OSFILE 72
|
#define EX_OSFILE 72
|
||||||
#define EX_CANTCREAT 73
|
#define EX_CANTCREAT 73
|
||||||
#define EX_IOER 74
|
#define EX_IOERR 74
|
||||||
#define EX_TEMPFAIL 75
|
#define EX_TEMPFAIL 75
|
||||||
#define EX_PROTOCOL 76
|
#define EX_PROTOCOL 76
|
||||||
#define EX_NOPERM 77
|
#define EX_NOPERM 77
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue