#include "mappedfile.h"
#include "rutz/error.h"
#include "rutz/sfmt.h"
#include <cerrno>
#include <cstring>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
Go to the source code of this file.
Definition in file mappedfile.cc.