Sign in
gnu
/
gcc
/
c073172dfda4a4e4a8959b227fcbf5d1283d18ca
/
.
/
libphobos
/
libdruntime
/
core
/
sys
/
linux
/
syscall.d
blob: 84d03e75fb1aa06bfc10b304aae7561315bd8a06 [
file
] [
log
] [
blame
]
/**
* D header file for GNU/Linux
*
* $(LINK2 https://sourceware.org/git/?p=glibc.git;a=blob;f=misc/syscall.h, glibc syscall.h)
*/
module
core
.
sys
.
linux
.
syscall
;
version
(
linux
):
extern
(
C
):
@nogc
:
nothrow
:
public
import
core
.
sys
.
linux
.
sys
.
syscall
;