blob: 47d895ad6cb95880443444955dd9ebcaf43b0cbf [file] [log] [blame]
module core.sys.darwin.fcntl;
public import core.sys.posix.fcntl;
version (OSX)
version = Darwin;
else version (iOS)
version = Darwin;
else version (TVOS)
version = Darwin;
else version (WatchOS)
version = Darwin;
version (Darwin):
extern (C):
nothrow:
@nogc:
@system:
enum F_FULLFSYNC = 51;