diff options
author | biao716.wang <biao716.wang@samsung.com> | 2018-08-07 15:19:14 +0800 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2018-11-08 19:05:48 +0800 |
commit | 5c2756ccc5fb026b9ae9535bf119cefc8a1a06c9 (patch) | |
tree | 980c5b84a94cd1311873052fecb96cbc5b249012 /migration.c | |
parent | d66539d34c2c94f0dc5cec08897940f08b4330d7 (diff) | |
download | qemu-arm-static-sandbox_soong9_ubuntu18.04.tar.gz qemu-arm-static-sandbox_soong9_ubuntu18.04.tar.bz2 qemu-arm-static-sandbox_soong9_ubuntu18.04.zip |
change struct ucontext to ucontext_tsandbox_soong9_ubuntu18.04
In old version,
typedef struct ucontext
{
XXX
} ucontext_t;
now,
typedef struct ucontext_t
{
XXX
} ucontext_t;
Change-Id: I544e2f293ee6f2fd4880cde47a807fcc15ddb006
Diffstat (limited to 'migration.c')
0 files changed, 0 insertions, 0 deletions