git: <errno.h>: Add ENOTRECOVERABLE and EOWNERDEAD.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Aug 8 11:23:59 PDT 2021


commit c907b81a9d9aa73a2c8f1b41387347bc0eb66ba5
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/c907b81a9d9aa73a2c8f1b41387347bc0eb66ba5


-- 
DragonFly BSD source repository


More information about the Commits mailing list