Home | History | Annotate | Download | only in include
History log of /src/tests/include/t_errno.c
RevisionDateAuthorComments
 1.2  08-Mar-2020  mgorny 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.
 1.1  01-May-2011  jruoho branches: 1.1.44;
Verify PR standards/44921.
 1.1.44.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed