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 /posix/Makefile | |
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 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index a8fb1e1839..d5a6844c88 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -55,7 +55,7 @@ routines := \ pread pwrite pread64 pwrite64 \ spawn_faction_init spawn_faction_destroy spawn_faction_addclose \ spawn_faction_addopen spawn_faction_adddup2 spawn_valid_fd \ - spawn_faction_addchdir \ + spawn_faction_addchdir spawn_faction_addfchdir \ spawnattr_init spawnattr_destroy \ spawnattr_getdefault spawnattr_setdefault \ spawnattr_getflags spawnattr_setflags \ |