diff options
Diffstat (limited to 'LibC/errno_numbers.h')
-rw-r--r-- | LibC/errno_numbers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibC/errno_numbers.h b/LibC/errno_numbers.h index b441460a57..03cd9ce433 100644 --- a/LibC/errno_numbers.h +++ b/LibC/errno_numbers.h @@ -74,7 +74,7 @@ __ERROR(EMAXERRNO, "The highest errno +1 :^)") -enum __errno_values { +enum __errno_value { #undef __ENUMERATE_ERROR #define __ERROR(a, b) a, __ENUMERATE_ALL_ERRORS |