mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-28 20:43:21 +01:00
gnulib already defines O_CLOEXEC.
* lib/fdleak.c: gnulib's fcntl.h always defines O_CLOEXEC, so don't define it here.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2011-06-04 James Youngman <jay@gnu.org>
|
||||
|
||||
gnulib already defines O_CLOEXEC.
|
||||
* lib/fdleak.c: gnulib's fcntl.h always defines O_CLOEXEC, so
|
||||
don't define it here.
|
||||
|
||||
Add internationalisation support to bigram but not regexprops.
|
||||
* locate/bigram.c: Use libintl.h.
|
||||
(main): Call bindtextdomain.
|
||||
|
||||
@@ -59,10 +59,6 @@ static int *non_cloexec_fds;
|
||||
static size_t num_cloexec_fds;
|
||||
|
||||
|
||||
#if !defined(O_CLOEXEC)
|
||||
#define O_CLOEXEC 0
|
||||
#endif
|
||||
|
||||
/* Determine the value of the largest open fd, on systems that
|
||||
* offer /proc/self/fd. */
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user