diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-17 15:56:09 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-17 15:56:09 +0100 |
commit | 303577df16cf990d1c0cb2c83cd8a954258809ba (patch) | |
tree | 44465262dd4225bb6e4ea01173bc58e072891818 /LibC/errno_numbers.h | |
parent | e440c3fa87d69d77c6af390d33f535c67c91f8b9 (diff) | |
download | serenity-303577df16cf990d1c0cb2c83cd8a954258809ba.zip |
Various stubs while trying to get an old coreutils to build.
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 57a2bab42b..87f09a748d 100644 --- a/LibC/errno_numbers.h +++ b/LibC/errno_numbers.h @@ -40,6 +40,7 @@ __ERROR(EOPNOTSUPP, "Operation not supported") \ __ERROR(ENOSYS, "No such syscall") \ __ERROR(ENOTIMPL, "Not implemented") \ + __ERROR(EAFNOSUPPORT, "Address family not supported") \ enum __errno_values { #undef __ERROR |