UbixOS  2.0
sys_unlink_args Struct Reference

#include <sysproto_posix.h>

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

Field Documentation

◆ path

char* sys_unlink_args::path

Definition at line 822 of file sysproto_posix.h.

Referenced by sys_unlink().

◆ path_l_

char sys_unlink_args::path_l_[0]

Definition at line 821 of file sysproto_posix.h.

◆ path_r_

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

Definition at line 823 of file sysproto_posix.h.


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