This file contains helpers for operating-system specific stuff. More...
#include <climits>
#include <nawa/systemconfig.h>
#include <string>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | nawa |
namespace | nawa::oss |
Functions | |
time_t | nawa::oss::getLastModifiedTimeOfFile (struct stat const &fileStat) |
std::string | nawa::oss::getSystemHostname () |
std::string | nawa::oss::getProgramInvocationName () |
int * | nawa::oss::getGIDPtrForGetgrouplist (gid_t *in) |
This file contains helpers for operating-system specific stuff.
Definition in file oss.h.