--- - branch: MAIN date: Sun Mar 8 22:09:43 UTC 2020 files: - new: '1.17' old: '1.16' path: src/lib/libc/nls/C.msg pathrev: src/lib/libc/nls/C.msg@1.17 type: modified - new: '1.61' old: '1.60' path: src/lib/libc/sys/intro.2 pathrev: src/lib/libc/sys/intro.2@1.61 type: modified - new: '1.16' old: '1.15' path: src/sys/compat/linux/common/linux_errno.c pathrev: src/sys/compat/linux/common/linux_errno.c@1.16 type: modified - new: '1.42' old: '1.41' path: src/sys/sys/errno.h pathrev: src/sys/sys/errno.h@1.42 type: modified - new: '1.2' old: '1.1' path: src/tests/include/t_errno.c pathrev: src/tests/include/t_errno.c@1.2 type: modified id: 20200308T220943Z.1f3bbf2feff982ed85afc2d35c4a5f68547dfa1d log: | 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. module: src subject: 'CVS commit: src' unixtime: '1583705383' user: mgorny