Module Name: src Committed By: kamil Date: Tue Sep 10 22:34:19 UTC 2019
Modified Files: src/lib/libpthread: thrd.c threads.h Log Message: Switch back _Noreturn to __dead in C11 threads There is an ongoing discussion to unify unreturn attribute between C and C++, making a compatible version, shared between languages. Instead of picking C11-only approach here, switch back to __dead that wraps the compiler extension for the same purpose. This change makes this header more compatible with C++ and pre-C11. Reference: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2410.pdf To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/thrd.c cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/threads.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.