platform_bionic/docs
Elliott Hughes 462ca8b314 <spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np().
The recent header nullability additions and the corresponding source
cleanup made me notice that we're missing a couple of actions that most
of the other implementations have. They've also been added to the _next_
revision of POSIX, unchanged except for the removal of the `_np` suffix.

They're trivial to implement, the testing is quite simple too, and
if they're going to be in POSIX soon, having them accessible in older
versions of Android via __RENAME() seems useful. (No-one else has shipped
the POSIX names yet.)

Bug: http://b/152414297
Test: treehugger
Change-Id: I0d2a1e47fbd2e826cff9c45038928aa1b6fcce59
2023-04-04 17:28:39 -07:00
..
img Publish the current draft of my ELF TLS doc 2018-11-09 15:24:16 -08:00
32-bit-abi.md Expand a little on the time_t situation. 2020-05-19 12:41:25 -07:00
clang_fortify_anatomy.md docs: add a clang_fortify_anatomy doc 2022-06-07 13:28:51 -07:00
defines.md Remove __ANDROID_NDK__ from bionic, and document our #defines. 2019-10-15 13:30:12 -07:00
EINTR.md Add some documentation about EINTR. 2021-12-13 10:16:57 -08:00
elf-tls.md Publish the current draft of my ELF TLS doc 2018-11-09 15:24:16 -08:00
fdsan.md Clarify that fdsan wasn't "enforcing" in its first release. 2021-12-10 01:42:31 +00:00
fdtrack.md Say which API level fdsan/fdtrack appeared at. 2021-04-16 13:57:52 -07:00
libc_assembler.md More cleanup for #inclusivefixit. 2020-07-31 10:35:03 -07:00
native_allocator.md Fix the adb command to push the memory trace files. 2021-04-09 15:11:49 -07:00
NOTICE Fix/update notices. 2021-02-16 15:06:50 -08:00
status.md <spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np(). 2023-04-04 17:28:39 -07:00