From e41da81043a9e191ff8e45c24af71b3bbc749ef6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 7 Sep 2018 09:57:25 +0200 Subject: [PATCH] Fix typo in comment in yesterday's commit. --- lib/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fcntl.c b/lib/fcntl.c index c985a7eddc..8e976173c0 100644 --- a/lib/fcntl.c +++ b/lib/fcntl.c @@ -331,7 +331,7 @@ rpl_fcntl (int fd, int action, /* arg */...) #else /* HAVE_FCNTL */ # if defined __HAIKU__ /* On Haiku, the system fcntl (fd, F_DUPFD_CLOEXEC, target) sets - the O_CLOEXEC flag on fd, not on target. Therefore avoid the + the FD_CLOEXEC flag on fd, not on target. Therefore avoid the system fcntl in this case. */ # define have_dupfd_cloexec -1 # else -- 2.39.5