#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.
Defines | |
#define | O_NONBLOCK 0 |
#define O_NONBLOCK 0 |
Definition at line 21 of file SysFile.h.
Referenced by DQMNet::DQMNet(), IOChannel::isBlocking(), DCacheFile::open(), LStoreFile::open(), RFIOFile::open(), IOChannel::setBlocking(), File::sysopen(), and TStorageFactoryFile::SysOpen().