From d7a41579e5afe2554c4059c9cc8563cc3f750cba Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 7 Nov 2018 10:23:16 +0100 Subject: Miscellaneous compat work while seeing if GNU coreutils would build. --- LibC/errno_numbers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LibC/errno_numbers.h') 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 { -- cgit v1.2.3