|
xapian-core
1.4.30
|
Provides wrappers with POSIXy semantics. More...
#include <cstdio>#include "safeunistd.h"#include <sys/types.h>#include "safesysstat.h"#include "safefcntl.h"
Include dependency graph for posixy_wrapper.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | posixy_open ::open |
| #define | posixy_rename(F, T) std::rename(F, T) |
| #define | posixy_unlink(F) unlink(F) |
Provides wrappers with POSIXy semantics.
Definition in file posixy_wrapper.h.
| #define posixy_open ::open |
Definition at line 45 of file posixy_wrapper.h.
| #define posixy_rename | ( | F, | |
| T | |||
| ) | std::rename(F, T) |
Definition at line 46 of file posixy_wrapper.h.
| #define posixy_unlink | ( | F | ) | unlink(F) |
Definition at line 56 of file posixy_wrapper.h.