Functions
fcntl.h File Reference

Transactional wrappers for interfaces of <fcntl.h>. More...

#include "picotm/config/picotm-libc-config.h"
#include "picotm/compiler.h"
#include <fcntl.h>

Functions

PICOTM_NOTHROW int creat_tx (const char *path, mode_t mode)
 
PICOTM_NOTHROW int fcntl_tx (int fildes, int cmd,...)
 
PICOTM_NOTHROW int open_tx (const char *path, int oflag,...)