Module Name: src Committed By: mgorny Date: Sun Mar 8 22:09:43 UTC 2020
Modified Files: src/lib/libc/nls: C.msg src/lib/libc/sys: intro.2 src/sys/compat/linux/common: linux_errno.c src/sys/sys: errno.h src/tests/include: t_errno.c Log Message: PR standards/44921: Add errno consts for robust mutexes Add the two missing errno.h constants: EOWNERDEAD and ENOTRECOVERABLE. While technically they're used for robust mutexes which we do not support at the moment, they are listed in POSIX and used by libc++. While libc++ can be made to build without it, it just locally redefines the values then, so we may as well define them globally. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/nls/C.msg cvs rdiff -u -r1.60 -r1.61 src/lib/libc/sys/intro.2 cvs rdiff -u -r1.15 -r1.16 src/sys/compat/linux/common/linux_errno.c cvs rdiff -u -r1.41 -r1.42 src/sys/sys/errno.h cvs rdiff -u -r1.1 -r1.2 src/tests/include/t_errno.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.