diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-02-19 14:49:38 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-02-19 14:49:38 +0100 |
commit | 6793dd51d8e7d4f3408c183c6f7dc86acd7f1330 (patch) | |
tree | 7d8f6b314549b47a510f3cfb387743f8fd4e7001 /posix/Makefile | |
parent | ff889b196575c2fbf6aa7130abb1ec862714ea4e (diff) | |
download | glibc-6793dd51d8e7d4f3408c183c6f7dc86acd7f1330.tar glibc-6793dd51d8e7d4f3408c183c6f7dc86acd7f1330.tar.gz glibc-6793dd51d8e7d4f3408c183c6f7dc86acd7f1330.tar.bz2 glibc-6793dd51d8e7d4f3408c183c6f7dc86acd7f1330.zip |
Improve file descriptor checks for posix_spawn actions [BZ #19505]
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index f94e023c60..4e90a9540a 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -51,7 +51,7 @@ routines := \ getaddrinfo gai_strerror wordexp \ pread pwrite pread64 pwrite64 \ spawn_faction_init spawn_faction_destroy spawn_faction_addclose \ - spawn_faction_addopen spawn_faction_adddup2 \ + spawn_faction_addopen spawn_faction_adddup2 spawn_valid_fd \ spawnattr_init spawnattr_destroy \ spawnattr_getdefault spawnattr_setdefault \ spawnattr_getflags spawnattr_setflags \ @@ -87,7 +87,8 @@ tests := tstgetopt testfnm runtests runptests \ bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 \ bug-getopt5 tst-getopt_long1 bug-regex34 bug-regex35 \ tst-pathconf tst-getaddrinfo4 tst-rxspencer-no-utf8 \ - tst-fnmatch3 bug-regex36 tst-getaddrinfo5 + tst-fnmatch3 bug-regex36 tst-getaddrinfo5 \ + tst-posix_spawn-fd xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |