Transactional wrappers for interfaces of <sys/stat.h>. More...
Functions | |
PICOTM_NOTHROW int | chmod_tm (const char *path, mode_t mode) |
PICOTM_NOTHROW int | fstat_tm (int fildes, struct stat *buf) |
PICOTM_NOTHROW int | lstat_tm (const char *path, struct stat *buf) |
PICOTM_NOTHROW int | mkdir_tm (const char *path, mode_t mode) |
PICOTM_NOTHROW int | mkfifo_tm (const char *path, mode_t mode) |
PICOTM_NOTHROW int | mknod_tm (const char *path, mode_t mode, dev_t dev) |
PICOTM_NOTHROW int | stat_tm (const char *path, struct stat *buf) |