Structs§
Enums§
- Blocking
Mode - A blocking flag when dealing with files
When using
crate::syscalls::SYS_OPEN
, Bit 0 offlags
argument can be: 0 - non-blocking 1 - line buffered - File
Meta - File
Type - Seek
Whence
Constants§
Functions§
- parse_
flags - Will extract all the information from the flags, will return
None
if the argument is invalid