commit 18c27f0f4925eabff7c202ce9c1246244f4d78ae
Author: Sascha Wildner <[email protected]>
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

Reply via email to