]> code.ossystems Code Review - openembedded-core.git/commit
ltp: Fix __sighandler_t for mips
authorKhem Raj <raj.khem@gmail.com>
Thu, 16 Mar 2017 20:33:57 +0000 (20:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:02 +0000 (22:43 +0000)
commit74f4dcfd447fb528ab230e67e3f7ab37e8f93898
treec05311b5c587e80234145fbbb83ab830a24ab3db
parent61135e4134b7e0b42b57a87a9a30c32002cb1067
ltp: Fix __sighandler_t for mips

mips definition of kernel_sigaction was added later
and the patch did not apply to mips part which ended
in ltp failing to compile on mips parts

In file included from rt_sigaction01.c:42:0:
../../../../include/lapi/rt_sigaction.h:39:2: error: unknown type name '__sighandler_t'
  __sighandler_t k_sa_handler;
  ^~~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch