Home
last modified time | relevance | path

Searched refs:HAVE_SYNCFS (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsync.c33 #ifndef HAVE_SYNCFS
34 # define HAVE_SYNCFS 0 macro
142 #if HAVE_SYNCFS in sync_arg()
216 if (! args_specified || (arg_file_system && ! HAVE_SYNCFS)) in main()