blob: 413d9c655b1eb7c3d1e46d8020ffdb786f52b5d5 [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:
enum F_FULLFSYNC = 51;