From 3a3fb7557274108ea3dc5ac62333c808a6c171db Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 7 Dec 2018 15:00:04 +0100 Subject: 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: --- posix/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/Versions') 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; -- cgit v1.2.3