blob: 493cda1c8c9f2834fe3e4052349ae3c3047e3dc5 [file] [log] [blame]
//Written in the D programming language
/++
D header file for FreeBSD's extensions to POSIX's unistd.h.
Copyright: Copyright 2018
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
+/
module core.sys.freebsd.unistd;
public import core.sys.posix.unistd;
version (FreeBSD):
extern(C):
@nogc:
nothrow:
int getosreldate() pure @trusted;