Skip to content

Commit

Permalink
doc: release-notes-4.0: posix: update for _POSIX_THREAD_SAFE_FUNCTIONS
Browse files Browse the repository at this point in the history
Mention the `_POSIX_THREAD_SAFE_FUNCTIONS` functions implemented in
#74394.

Signed-off-by: Yong Cong Sin <[email protected]>
  • Loading branch information
ycsin committed Nov 16, 2024
1 parent 352f9e6 commit eacdd8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,7 @@ Libraries / Subsystems

* :ref:`POSIX_DEVICE_IO <posix_option_group_device_io>`
* :ref:`POSIX_SIGNALS <posix_option_group_signals>`
* :ref:`POSIX_FILE_SYSTEM_R <posix_option_group_file_system_r>`

* Added support for the following Options:

Expand All @@ -1381,6 +1382,7 @@ Libraries / Subsystems
* :ref:`_POSIX_THREAD_SAFE_FUNCTIONS <posix_option_thread_safe_functions>` improvements:

* Support for :c:func:`asctime_r`, :c:func:`ctime_r`, and :c:func:`localtime_r`.
* Added stub for :c:func:`getpwnam_r`, :c:func:`getpwuid_r`, :c:func:`getgrgid_r` and :c:func:`getgrnam_r`.

* :ref:`POSIX_THREADS_BASE <posix_option_group_threads_base>` improvements:

Expand Down

0 comments on commit eacdd8f

Please sign in to comment.