Sponsor:

Your company here, and a link to your site. Click to find out more.

sync - Man Page

schedule file system updates

Prolog

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.

Synopsis

#include <unistd.h>

void sync(void);

Description

The sync() function shall cause all information in memory that updates file systems to be scheduled for writing out to all file systems.

The writing, although scheduled, is not necessarily complete upon return from sync().

Return Value

The sync() function shall not return a value.

Errors

No errors are defined.

The following sections are informative.

Examples

None.

Application Usage

None.

Rationale

None.

Future Directions

None.

See Also

fsync()

The Base Definitions volume of POSIX.1-2017, <unistd.h>

Referenced By

fsync(3p), unistd.h(0p).

2017 IEEE/The Open Group POSIX Programmer's Manual