From 016ca978455df7257a92236bbfb0c67de4a4bcd8 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 3 Apr 2018 20:05:33 +0100 Subject: fsync: avoid a gratuitous difference from upstream Move the definition of O_NOCTTY to mingw.h so that fsync.c is the same as upstream. --- coreutils/fsync.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'coreutils/fsync.c') diff --git a/coreutils/fsync.c b/coreutils/fsync.c index f132087cd..5e77e2c16 100644 --- a/coreutils/fsync.c +++ b/coreutils/fsync.c @@ -26,9 +26,6 @@ #ifndef O_NOATIME # define O_NOATIME 0 #endif -#ifndef O_NOCTTY -# define O_NOCTTY 0 -#endif /* This is a NOFORK applet. Be very careful! */ -- cgit v1.2.3-55-g6feb