|
Joedb 10.3.0
The Journal-Only Embedded Database
|
#include "joedb/journal/Posix_File.h"#include "joedb/error/Exception.h"#include <sys/file.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/time.h>#include <errno.h>#include <string.h>
Go to the source code of this file.
Namespaces | |
| namespace | joedb |
Macros | |
| #define | JOEDB_SETLK F_SETLK |
| #define | JOEDB_SETLKW F_SETLKW |
| #define JOEDB_SETLK F_SETLK |
Definition at line 12 of file Posix_File.cpp.
| #define JOEDB_SETLKW F_SETLKW |
Definition at line 13 of file Posix_File.cpp.