summaryrefslogtreecommitdiff
path: root/linux-user/cpu-uname.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio1-1/+0
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>
2010-02-06linux-user: adapt uname machine to emulated CPULoïc Minier1-0/+1
This patch for linux-user adapts the output of the emulated uname() syscall to match the configured CPU. Tested with x86, x86-64 and arm emulation. Signed-off-by: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Loïc Minier <lool@dooz.org>