mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-17 23:09:14 +01:00
lib: add Uname, a constructor for utsname
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
14
include/crucible/uname.h
Normal file
14
include/crucible/uname.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CRUCIBLE_UNAME_H
|
||||
#define CRUCIBLE_UNAME_H
|
||||
|
||||
#include <sys/utsname.h>
|
||||
|
||||
namespace crucible {
|
||||
using namespace std;
|
||||
|
||||
struct Uname : public utsname {
|
||||
Uname();
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user