about summary refs log tree commit diff
path: root/posix/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-12-07 15:00:04 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-12-07 16:04:05 +0100
commit3a3fb7557274108ea3dc5ac62333c808a6c171db (patch)
treed021946546bdbbc80dedbf47dc608375cc7092a5 /posix/Versions
parentc37cd4398a684010b39e0c09f1132757e11edbf1 (diff)
downloadglibc-3a3fb7557274108ea3dc5ac62333c808a6c171db.tar.gz
glibc-3a3fb7557274108ea3dc5ac62333c808a6c171db.tar.xz
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 'posix/Versions')
-rw-r--r--posix/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions
index 56ab921562..ad693ae9a7 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -139,6 +139,7 @@ libc {
   }
   GLIBC_2.29 {
     posix_spawn_file_actions_addchdir_np;
+    posix_spawn_file_actions_addfchdir_np;
   }
   GLIBC_PRIVATE {
     __libc_fork; __libc_pread; __libc_pwrite;