From 890b216396a51469449f90a9afd241f9b14f7ffa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Jan 2012 18:30:09 +0100 Subject: [PATCH] maint: enable sc_prohibit_cloexec_without_use * cfg.mk: Enable sc_prohibit_cloexec_without_use. * lib/dup-safer-flag.c: Don't include "cloexec.h". Not needed. --- ChangeLog | 6 ++++++ cfg.mk | 1 - lib/dup-safer-flag.c | 2 -- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eba37d184..9b472e10a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-01-17 Jim Meyering + maint: enable sc_prohibit_cloexec_without_use + * cfg.mk: Enable sc_prohibit_cloexec_without_use. + * lib/dup-safer-flag.c: Don't include "cloexec.h". Not needed. + +2012-01-17 Jim Meyering + maint: enable sc_prohibit_intprops_without_use * cfg.mk: Enable sc_prohibit_intprops_without_use * tests/test-nanosleep.c: Don't include "intprops.h". Not needed. diff --git a/cfg.mk b/cfg.mk index 37fb0a6cc..e15333ceb 100644 --- a/cfg.mk +++ b/cfg.mk @@ -23,7 +23,6 @@ local-checks-to-skip = \ sc_prohibit_always-defined_macros \ sc_prohibit_atoi_atof \ sc_prohibit_c_ctype_without_use \ - sc_prohibit_cloexec_without_use \ sc_prohibit_dirent_without_use \ sc_prohibit_error_without_use \ sc_prohibit_getopt_without_use \ diff --git a/lib/dup-safer-flag.c b/lib/dup-safer-flag.c index 368f55942..e4d1b2118 100644 --- a/lib/dup-safer-flag.c +++ b/lib/dup-safer-flag.c @@ -26,8 +26,6 @@ #include #include -#include "cloexec.h" - /* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or STDERR_FILENO. If FLAG contains O_CLOEXEC, behave like fcntl(F_DUPFD_CLOEXEC) rather than fcntl(F_DUPFD). */ -- 2.11.0