Skip to content

Commit

Permalink
doc: release: 3.2: Add POSIX changes
Browse files Browse the repository at this point in the history
Add POSIX changes to release notes for Zephyr v3.2.

Signed-off-by: Chris Friedt <cfriedt@fb.com>
  • Loading branch information
cfriedt authored and mmahadevan108 committed Sep 22, 2022
1 parent 7f37fac commit 8a26265
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/releases/release-notes-3.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,16 @@ Libraries / Subsystems

* Power management

* POSIX

* Make ``tz`` non-const in ``gettimeofday()`` for conformance to spec.
* Fix pthread descriptor resource leak. Previously only pthreads with state
``PTHREAD_TERMINATED`` could be reused. However, ``pthread_join()`` sets
the state to ``PTHREAD_EXITED``. Consider both states as candidates in
``pthread_create()``.
* Add ``perror()`` implementation
* Use consistent timebase in ``sem_timedwait()``

* RTIO

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

0 comments on commit 8a26265

Please sign in to comment.