VSF Documented
|
Go to the source code of this file.
Data Structures | |
struct | vsf_linux_sys_file_vplt_t |
Macros | |
#define | flock VSF_LINUX_WRAPPER(flock) |
#define | LOCK_SH (1 << 0) |
#define | LOCK_EX (1 << 1) |
#define | LOCK_UN (1 << 2) |
Typedefs | |
typedef struct vsf_linux_sys_file_vplt_t | vsf_linux_sys_file_vplt_t |
Functions | |
int | flock (int fd, int operation) |
Variables | |
__VSF_VPLT_DECORATOR__ vsf_linux_sys_file_vplt_t | vsf_linux_sys_file_vplt |
#define flock VSF_LINUX_WRAPPER(flock) |
#define LOCK_SH (1 << 0) |
#define LOCK_EX (1 << 1) |
#define LOCK_UN (1 << 2) |
typedef struct vsf_linux_sys_file_vplt_t vsf_linux_sys_file_vplt_t |
int flock | ( | int | fd, |
int | operation | ||
) |
|
extern |