diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/fsync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/fsync.c b/coreutils/fsync.c index 5e77e2c16..f132087cd 100644 --- a/coreutils/fsync.c +++ b/coreutils/fsync.c | |||
@@ -26,6 +26,9 @@ | |||
26 | #ifndef O_NOATIME | 26 | #ifndef O_NOATIME |
27 | # define O_NOATIME 0 | 27 | # define O_NOATIME 0 |
28 | #endif | 28 | #endif |
29 | #ifndef O_NOCTTY | ||
30 | # define O_NOCTTY 0 | ||
31 | #endif | ||
29 | 32 | ||
30 | /* This is a NOFORK applet. Be very careful! */ | 33 | /* This is a NOFORK applet. Be very careful! */ |
31 | 34 | ||