History log of /bionic/libc/bionic/sys_siglist.c
Revision Date Author Comments
26bc9c64d5b0cad921e3070a4f94fa04e1077d90 14-Apr-2016 Josh Gao <jmgao@google.com> Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private.

Bug: http://b/28067717
Change-Id: I02f78ad7293a15ff45e35e9c20f60d3d023931eb
aa0ebdafc71e1ceac78e0929b94f3bb117d0c8e9 12-Feb-2014 Elliott Hughes <enh@google.com> Clean up sys_signame and sys_siglist a little.

We don't need quite so much duplication because we already have a way
to get the signal number from its name, and that already copes with the
fact that the mips/mips64 numbers are different from everyone else's.

Also remove sys_signame from LP64. glibc doesn't have this BSD-ism.

Change-Id: I6dc411a3d73589383c85d3b07d9d648311492a10