linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts
authorAlexander Graf <agraf@suse.de>
Mon, 30 Apr 2012 22:58:55 +0000 (22:58 +0000)
committermalc <av1474@comtv.ru>
Tue, 1 May 2012 19:44:43 +0000 (23:44 +0400)
commit65074706b9353bae7307fcfcbbf63a36f6896aa7
treeb9bdca2fcf627d6701a0ce1ea78d10a3ebdf642d
parent30d70e71b3250ab4a0e3209836e1153f1e5e04ba
linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

On my PPC host, HOST_LONG_SIZE is not defined even after
running configure. Use the normal C way of determining the
long size instead.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: malc <av1474@comtv.ru>
thunk.h