From: Jim Meyering Date: Thu, 4 Mar 2004 08:49:10 +0000 (+0000) Subject: Include . X-Git-Tag: v5.2.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07aa7e020ac31086a9e1ed61c319ed20b9639c5;p=thirdparty%2Fcoreutils.git Include . Adjust signature to use `bool' rather than `int'. --- diff --git a/lib/cloexec.h b/lib/cloexec.h index d4f8109bce..ecad8d712f 100644 --- a/lib/cloexec.h +++ b/lib/cloexec.h @@ -1 +1,2 @@ -int set_cloexec_flag (int desc, int value); +#include +bool set_cloexec_flag (int desc, bool value);