UbixOS  2.0
close_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for close_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 372 of file sysproto_posix.h.

Field Documentation

◆ fd

int close_args::fd

Definition at line 374 of file sysproto_posix.h.

Referenced by close().

◆ fd_l_

char close_args::fd_l_[0]

Definition at line 373 of file sysproto_posix.h.

◆ fd_r_

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

Definition at line 375 of file sysproto_posix.h.


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