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

| Data Fields | |
| char * | path | 
| char | path_l_ [0] | 
| char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] | 
Definition at line 126 of file sysproto_posix.h.
| char* sys_chdir_args::path | 
Definition at line 128 of file sysproto_posix.h.
Referenced by sys_chdir().
| char sys_chdir_args::path_l_[0] | 
Definition at line 127 of file sysproto_posix.h.
| char sys_chdir_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] | 
Definition at line 129 of file sysproto_posix.h.