Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Macros
Posix_File.cpp File Reference
#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>
Include dependency graph for Posix_File.cpp:

Go to the source code of this file.

Namespaces

namespace  joedb
 

Macros

#define JOEDB_SETLK   F_SETLK
 
#define JOEDB_SETLKW   F_SETLKW
 

Macro Definition Documentation

◆ JOEDB_SETLK

#define JOEDB_SETLK   F_SETLK

Definition at line 13 of file Posix_File.cpp.

◆ JOEDB_SETLKW

#define JOEDB_SETLKW   F_SETLKW

Definition at line 14 of file Posix_File.cpp.