#
c907b81a |
| 08-Aug-2021 |
Sascha Wildner <saw@online.de> |
<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 j
<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
show more ...
|
#
692addf2 |
| 30-Nov-2014 |
John Marino <draco@marino.st> |
gcc47 libstdc++: Enable c++11 support
The c++0x/11x standard of the base compiler has been crippled due to the lack of C99 support in DragonFly, but the recently libm improvements have enabled c++11
gcc47 libstdc++: Enable c++11 support
The c++0x/11x standard of the base compiler has been crippled due to the lack of C99 support in DragonFly, but the recently libm improvements have enabled c++11 standard support.
show more ...
|