blob: bfd75eea48b5a457579c8c4ec9bcfaa06f98357b [file] [log] [blame]
//===- System.inc ---------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <string>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
namespace mcld{
namespace sys{
} // namespace of sys
} // namespace of mcld