1 /* sync - sync the disks by forcing pending filesystem writes to complete */
11 #include "bashgetopt.h"
17 return (EXECUTION_SUCCESS
);
21 "force completion of pending disk writes",
25 struct builtin sync_struct
= {
26 "sync", /* builtin name */
27 sync_builtin
, /* function implementing the builtin */
28 BUILTIN_ENABLED
, /* initial flags for builtin */
29 sync_doc
, /* array of long documentation strings. */
30 "sync", /* usage synopsis; becomes short_doc */
31 0 /* reserved for internal use */