linux-user: Ignore timer_create syscall
authorAlexander Graf <agraf@suse.de>
Sun, 11 Dec 2011 00:19:24 +0000 (01:19 +0100)
committerJunfeng Dong <junfeng.dong@intel.com>
Tue, 19 Nov 2013 10:21:46 +0000 (18:21 +0800)
commit6c72ff1108b89c0de2e67c30ccfcdd7cc0b2c337
treebaafcdad1401192e0b2b5c32b19663f0e2c4c233
parentd5b7c869cceadd9b5a2f06441bc19d3a35f7cdd1
linux-user: Ignore timer_create syscall

We don't implement the timer_create syscall, but shouting out loud
about it breaks some %check tests in OBS, so better ignore it silently.

Signed-off-by: Alexander Graf <agraf@suse.de>
linux-user/syscall.c