CernVM-FS
2.12.0
|
#include "cvmfs_config.h"
#include "mmap_file.h"
#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
#include <cassert>
#include "util/logging.h"
#include "util/platform.h"
Go to the source code of this file.
Macros | |
#define | __STDC_FORMAT_MACROS |
#define __STDC_FORMAT_MACROS |
This file is part of the CernVM File System.
Some common functions.
Definition at line 9 of file mmap_file.cc.