]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include/c: Define F_DUPFD_CLOEXEC on kFreeBSD systems if missing
authorGuillem Jover <guillem@hadrons.org>
Sat, 6 Jun 2015 04:19:07 +0000 (06:19 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Jun 2015 10:10:04 +0000 (12:10 +0200)
commitf51275eedbb56061b0301e901046f7d0f5aad20f
tree29376c83770ace2a4000d2a783b11efba718aced
parentfef6f84a15aaf5898b4ccfb8ecc145201747cae1
include/c: Define F_DUPFD_CLOEXEC on kFreeBSD systems if missing

The kernel of FreeBSD version 10 and higher supports this fcntl command,
but the system libc, in this case glibc, might not yet know about it.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
include/c.h