summaryrefslogtreecommitdiffstats
path: root/qemu/linux-user/uname.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/linux-user/uname.h')
-rw-r--r--qemu/linux-user/uname.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu/linux-user/uname.h b/qemu/linux-user/uname.h
deleted file mode 100644
index cc62e76cc..000000000
--- a/qemu/linux-user/uname.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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 */