Joedb 9.1.4
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 <fcntl.h>
#include <unistd.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 13 of file Posix_File.cpp.
#define JOEDB_SETLKW F_SETLKW |
Definition at line 14 of file Posix_File.cpp.