mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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 <riku.voipio@linaro.org>
This commit is contained in:
parent
7af03928b1
commit
18cb008865
4 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base,
|
|||
#include <linux/filter.h>
|
||||
#include <linux/blkpg.h>
|
||||
#include "linux_loop.h"
|
||||
#include "cpu-uname.h"
|
||||
#include "uname.h"
|
||||
|
||||
#include "qemu.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue