diff options
Diffstat (limited to 'LibC/errno_numbers.h')
-rw-r--r-- | LibC/errno_numbers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/errno_numbers.h b/LibC/errno_numbers.h index 87f09a748d..fde1369071 100644 --- a/LibC/errno_numbers.h +++ b/LibC/errno_numbers.h @@ -41,6 +41,7 @@ __ERROR(ENOSYS, "No such syscall") \ __ERROR(ENOTIMPL, "Not implemented") \ __ERROR(EAFNOSUPPORT, "Address family not supported") \ + __ERROR(EWHYTHO, "Failed without setting an error code (Bug!)") \ enum __errno_values { #undef __ERROR |