From 18cb008865d078c30f8efcd28c774788ae13d6a3 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Wed, 19 Feb 2014 12:59:58 +0200 Subject: linux-user: rename cpu-uname -> uname To move more uname related functions out of syscall.c, rename cpu-uname.{c,h} to uname.{c.h} Signed-off-by: Riku Voipio --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user/syscall.c') diff --git a/linux-user/syscall.c b/linux-user/syscall.c index af0bb35..0f4a092 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -110,7 +110,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, #include #include #include "linux_loop.h" -#include "cpu-uname.h" +#include "uname.h" #include "qemu.h" -- cgit v1.1