OSDN Git Service

POSIX says <signal.h> gets you ucontext_t.
authorElliott Hughes <enh@google.com>
Sat, 13 Sep 2014 03:04:40 +0000 (20:04 -0700)
committerElliott Hughes <enh@google.com>
Wed, 29 Oct 2014 18:55:02 +0000 (11:55 -0700)
commitab4d5cf24220f3b5d8f53b2b3bd635f23dcc9bc5
tree85e4c06591a3979cc8deac040e43294f65b0207a
parenteedbf70e8eae18ab28a36017632b80e23c398e53
POSIX says <signal.h> gets you ucontext_t.

POSIX also says that ucontext_t's uc_sigmask has type sigset_t.

MIPS64 strace needs this.

The #define is to keep chromium off our lawn; otherwise it tries to redefine
all this stuff itself. We should probably clean that up and remove the #define.

(cherry picked from commit 26a8eb50a84e131d34d10d5d167d67e9995399bd)

Bug: 18172268
Change-Id: I49d7d09dabfc6c6926a8e1f4b235d041e2f2fc4d
libc/include/signal.h
libc/include/sys/ucontext.h