Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libphobos/libdruntime/core/sys/freebsd/unistd.d
2023-03-06 14:48:14 +01:00

20 lines
426 B
D

//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;