Transactional wrappers for interfaces of <sys/stat.h>. More...
Functions | |
PICOTM_NOTHROW int | chmod_tx (const char *path, mode_t mode) |
PICOTM_NOTHROW int | fchmod_tx (int fildes, mode_t mode) |
PICOTM_NOTHROW int | fstat_tx (int fildes, struct stat *buf) |
PICOTM_NOTHROW int | lstat_tx (const char *path, struct stat *buf) |
PICOTM_NOTHROW int | mkdir_tx (const char *path, mode_t mode) |
PICOTM_NOTHROW int | mkfifo_tx (const char *path, mode_t mode) |
PICOTM_NOTHROW int | mknod_tx (const char *path, mode_t mode, dev_t dev) |
PICOTM_NOTHROW int | stat_tx (const char *path, struct stat *buf) |