summaryrefslogtreecommitdiff
path: root/LibC/errno_numbers.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-07 10:23:16 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-07 10:23:16 +0100
commitd7a41579e5afe2554c4059c9cc8563cc3f750cba (patch)
treead4ceb566f630f5288adee5fbd676238c328a8c1 /LibC/errno_numbers.h
parenta7f1d892a956041a74f93ec70afb477a1d161d1d (diff)
downloadserenity-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.h2
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 {