UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
userFileDescriptor * | FILE |
char | FILE_l_ [0] |
char | FILE_r_ [(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))] |
Definition at line 193 of file sysproto_posix.h.
userFileDescriptor* sys_fclose_args::FILE |
Definition at line 195 of file sysproto_posix.h.
Referenced by sys_fclose().
char sys_fclose_args::FILE_l_[0] |
Definition at line 194 of file sysproto_posix.h.
char sys_fclose_args::FILE_r_[(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))] |
Definition at line 196 of file sysproto_posix.h.