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>
Sat, 13 Sep 2014 03:47:35 +0000 (20:47 -0700)
commit26a8eb50a84e131d34d10d5d167d67e9995399bd
treeb2fafe6670b02c7dcc839075a582b8f21852bb0a
parent73d2059f9b3f53446e25d800d64a86efb3bf3f9f
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.

Change-Id: I765d6a765a33dca7db33cd8c40f408dc98e5c95b
libc/include/signal.h
libc/include/sys/ucontext.h