pub unsafe fn fd_create1(type_: filetype, fd_: *mut fd) -> errnoExpand description
Creates a file descriptor.
ยงParameters
type: Possible values:
SHARED_MEMORY: Creates an anonymous shared memory object.
fd: The file descriptor that has been created.