summaryrefslogtreecommitdiff
path: root/linux-user/uname.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/uname.h')
-rw-r--r--linux-user/uname.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-user/uname.h b/linux-user/uname.h
index 32492de71a..cc62e76cc1 100644
--- a/linux-user/uname.h
+++ b/linux-user/uname.h
@@ -1 +1,10 @@
+#ifndef UNAME_H
+#define UNAME_H 1
+
+#include <sys/utsname.h>
+#include <linux/utsname.h>
+
const char *cpu_to_uname_machine(void *cpu_env);
+int sys_uname(struct new_utsname *buf);
+
+#endif /* UNAME _H */