UbixOS  2.0
sys_chdir_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_chdir_args:
Collaboration graph

Data Fields

char * path
 
char path_l_ [0]
 
char path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 

Detailed Description

Definition at line 126 of file sysproto_posix.h.

Field Documentation

◆ path

char* sys_chdir_args::path

Definition at line 128 of file sysproto_posix.h.

Referenced by sys_chdir().

◆ path_l_

char sys_chdir_args::path_l_[0]

Definition at line 127 of file sysproto_posix.h.

◆ path_r_

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.


The documentation for this struct was generated from the following file: