We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f37fac commit 8a26265Copy full SHA for 8a26265
doc/releases/release-notes-3.2.rst
@@ -754,6 +754,16 @@ Libraries / Subsystems
754
755
* Power management
756
757
+* POSIX
758
+
759
+ * Make ``tz`` non-const in ``gettimeofday()`` for conformance to spec.
760
+ * Fix pthread descriptor resource leak. Previously only pthreads with state
761
+ ``PTHREAD_TERMINATED`` could be reused. However, ``pthread_join()`` sets
762
+ the state to ``PTHREAD_EXITED``. Consider both states as candidates in
763
+ ``pthread_create()``.
764
+ * Add ``perror()`` implementation
765
+ * Use consistent timebase in ``sem_timedwait()``
766
767
* RTIO
768
769
* Initial version of an asynchronous task and executor API for I/O similar inspired
0 commit comments