Crysco::Syscalls
Class methods
clone(flags : ProcFlags, stack : Pointer(Void), parent_tid : Pointer(LibC::Int), child_tid : Pointer(LibC::Int), tls : Pointer(Void)) : LibC::Int
Sourcegeteuid
Sourcemount(source : Pointer(UInt8), target : Pointer(UInt8), filesystemtype : Pointer(UInt8), mountflags : UInt32, data : Pointer(UInt8)) : LibC::Int
Sourcepidfd_open(pid : LibC::PidT, flags : LibC::UInt) : LibC::Int
Sourceprctl(option : LibC::Int, arg2 : LibC::ULong, arg3 : LibC::ULong, arg4 : LibC::ULong, arg5 : LibC::ULong) : LibC::Int
Sourcesetns(fd : LibC::Int, nstype : ProcFlags) : LibC::Int
Source