Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/coreutils/fsync.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/coreutils/fsync.c

    r2725 r3232  
    77 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    88 */
     9
     10//usage:#define fsync_trivial_usage
     11//usage:       "[-d] FILE..."
     12//usage:#define fsync_full_usage "\n\n"
     13//usage:       "Write files' buffered blocks to disk\n"
     14//usage:     "\n    -d  Avoid syncing metadata"
     15
    916#include "libbb.h"
    1017#ifndef O_NOATIME
Note: See TracChangeset for help on using the changeset viewer.