From 6793dd51d8e7d4f3408c183c6f7dc86acd7f1330 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 19 Feb 2016 14:49:38 +0100 Subject: Improve file descriptor checks for posix_spawn actions [BZ #19505] --- posix/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index f94e023..4e90a95 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 -- cgit v1.1