Skip to content

Commit 8a26265

Browse files
Chris Friedtmmahadevan108
authored andcommitted
doc: release: 3.2: Add POSIX changes
Add POSIX changes to release notes for Zephyr v3.2. Signed-off-by: Chris Friedt <[email protected]>
1 parent 7f37fac commit 8a26265

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,16 @@ Libraries / Subsystems
754754

755755
* Power management
756756

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+
757767
* RTIO
758768

759769
* Initial version of an asynchronous task and executor API for I/O similar inspired

0 commit comments

Comments
 (0)