#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <utime.h>
#include <limits.h>
#include <cerrno>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | O_NONBLOCK 0 |
#define O_NONBLOCK 0 |
Definition at line 21 of file SysFile.h.
Referenced by DQMNet::DQMNet(), edm::EventProcessor::forkProcess(), IOChannel::isBlocking(), DCacheFile::open(), LStoreFile::open(), RFIOFile::open(), IOChannel::setBlocking(), TStorageFactoryFile::SysOpen(), and File::sysopen().