diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-07 10:23:16 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-07 10:23:16 +0100 |
commit | d7a41579e5afe2554c4059c9cc8563cc3f750cba (patch) | |
tree | ad4ceb566f630f5288adee5fbd676238c328a8c1 /LibC/errno_numbers.h | |
parent | a7f1d892a956041a74f93ec70afb477a1d161d1d (diff) | |
download | serenity-d7a41579e5afe2554c4059c9cc8563cc3f750cba.zip |
Miscellaneous compat work while seeing if GNU coreutils would build.
Diffstat (limited to 'LibC/errno_numbers.h')
-rw-r--r-- | LibC/errno_numbers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LibC/errno_numbers.h b/LibC/errno_numbers.h index 89a9e582c2..57a2bab42b 100644 --- a/LibC/errno_numbers.h +++ b/LibC/errno_numbers.h @@ -37,6 +37,8 @@ __ERROR(ENAMETOOLONG, "Name too long") \ __ERROR(ELOOP, "Too many symlinks") \ __ERROR(EOVERFLOW, "Overflow") \ + __ERROR(EOPNOTSUPP, "Operation not supported") \ + __ERROR(ENOSYS, "No such syscall") \ __ERROR(ENOTIMPL, "Not implemented") \ enum __errno_values { |