From a82a8c4e1cce92b7066e43e4a9d93efb7ed745a4 Mon Sep 17 00:00:00 2001 From: Fabrizio Bertocci Date: Thu, 25 Mar 2021 18:42:27 -0400 Subject: [PATCH] No functional changes, just modified the comment describing the last column. Values are not for XENIX but for Windows --- libc/sysv/consts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/sysv/consts.sh b/libc/sysv/consts.sh index 897e1bb40..acedc624a 100755 --- a/libc/sysv/consts.sh +++ b/libc/sysv/consts.sh @@ -22,7 +22,7 @@ dir=libc/sysv/consts # The Fifth Bell System, Community Edition # ยป catalogue of carnage # -# group name GNU/Systemd XNU's Not UNIX FreeBSD OpenBSD NetBSD XENIX Commentary +# group name GNU/Systemd XNU's Not UNIX FreeBSD OpenBSD NetBSD Windows Commentary syscon errno ENOSYS 38 78 78 78 78 1 # bsd consensus & kNtErrorInvalidFunction syscon errno EPERM 1 1 1 1 1 12 # unix consensus & kNtErrorInvalidAccess (should be kNtErrorNotOwner but is that mutex only??) syscon errno ENOENT 2 2 2 2 2 2 # unix consensus & kNtErrorFileNotFound