git: DragonFly_RELEASE_6_0 <errno.h>: Add ENOTRECOVERABLE and EOWNERDEAD.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Aug 8 11:24:02 PDT 2021
commit 18c27f0f4925eabff7c202ce9c1246244f4d78ae
Author: Sascha Wildner <saw at online.de>
Date: Sun Aug 8 20:22:41 2021 +0200
<errno.h>: Add ENOTRECOVERABLE and EOWNERDEAD.
These errno constants are really for robust mutexes which we do not
support. However, llvm seems to be abusing ENOTRECOVERABLE for other
purposes, so just add them both.
Reported-by: tuxillo
Summary of changes:
gnu/lib/gcc47/libstdc++/config.h | 4 ++--
gnu/lib/gcc80/libstdcxx/headers/config.h | 4 ++--
lib/libc/gen/errlst.c | 2 ++
lib/libc/nls/C.msg | 4 ++++
lib/libc/sys/intro.2 | 6 +++++-
sys/sys/errno.h | 9 ++++++++-
6 files changed, 23 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/18c27f0f4925eabff7c202ce9c1246244f4d78ae
--
DragonFly BSD source repository
More information about the Commits
mailing list