diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-12-07 15:00:04 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-12-07 16:04:05 +0100 |
commit | 3a3fb7557274108ea3dc5ac62333c808a6c171db (patch) | |
tree | d021946546bdbbc80dedbf47dc608375cc7092a5 /NEWS | |
parent | c37cd4398a684010b39e0c09f1132757e11edbf1 (diff) | |
download | glibc-3a3fb7557274108ea3dc5ac62333c808a6c171db.tar glibc-3a3fb7557274108ea3dc5ac62333c808a6c171db.tar.gz glibc-3a3fb7557274108ea3dc5ac62333c808a6c171db.tar.bz2 glibc-3a3fb7557274108ea3dc5ac62333c808a6c171db.zip |
posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]
Along with posix_spawn_file_actions_addchdir,
posix_spawn_file_actions_addfchdir is the subject of a change proposal
for POSIX: <http://austingroupbugs.net/view.php?id=1208>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -30,10 +30,12 @@ Major new features: HTM state is saved and restore lazily (the state being saved even when the process actually does not use HTM). -* The posix_spawn_file_actions_addchdir_np function has been added, - enabling posix_spawn and posix_spawnp to run the new process in a - different directory. This is a GNU extension and similar to the - Solaris function of the same name. +* The functions posix_spawn_file_actions_addchdir_np and + posix_spawn_file_actions_addfchdir_np have been added, enabling + posix_spawn and posix_spawnp to run the new process in a different + directory. These functions are GNU extensions. The function + posix_spawn_file_actions_addchdir_np is similar to the Solaris function + of the same name. * The popen and system do not run atfork handlers anymore (BZ#17490). Although it is a possible POSIX violation, the POSIX rationale in |