UbixOS  2.0
sys_fchdir_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_fchdir_args:
Collaboration graph

Data Fields

int fd
 
char fd_l_ [0]
 
char fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 

Detailed Description

Definition at line 620 of file sysproto_posix.h.

Field Documentation

◆ fd

int sys_fchdir_args::fd

Definition at line 622 of file sysproto_posix.h.

Referenced by sys_fchdir().

◆ fd_l_

char sys_fchdir_args::fd_l_[0]

Definition at line 621 of file sysproto_posix.h.

◆ fd_r_

char sys_fchdir_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 623 of file sysproto_posix.h.


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