| UbixOS V2
    2.0
    | 
#include <sysproto_posix.h>

| Data Fields | |
| int | amode | 
| char | amode_l_ [0] | 
| char | amode_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
| char * | path | 
| char | path_l_ [0] | 
| char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] | 
Definition at line 587 of file sysproto_posix.h.
| int sys_access_args::amode | 
Definition at line 592 of file sysproto_posix.h.
| char sys_access_args::amode_l_[0] | 
Definition at line 591 of file sysproto_posix.h.
| char sys_access_args::amode_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 593 of file sysproto_posix.h.
| char* sys_access_args::path | 
Definition at line 589 of file sysproto_posix.h.
| char sys_access_args::path_l_[0] | 
Definition at line 588 of file sysproto_posix.h.
| char sys_access_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] | 
Definition at line 590 of file sysproto_posix.h.