X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcloexec.c;h=0fb227c0a23e504e5cfa45e2a0c376745dba8669;hb=72b730e68b340a28fc29ed71168124d68be1f567;hp=ff8105ba024bd8f04a88ece81dd2cca3b6f8d95b;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/cloexec.c b/lib/cloexec.c index ff8105ba0..0fb227c0a 100644 --- a/lib/cloexec.c +++ b/lib/cloexec.c @@ -24,10 +24,6 @@ #include #include -#ifndef FD_CLOEXEC -# define FD_CLOEXEC 1 -#endif - /* Set the `FD_CLOEXEC' flag of DESC if VALUE is true, or clear the flag if VALUE is false. Return 0 on success, or -1 on error with `errno' set. */