Reformat SIGRTMIN comments.
Test: none Change-Id: Ief1f0c06c17df6704863c8c7176941447f2e28f4
This commit is contained in:
parent
bfd06f63e5
commit
b8facf2aca
|
@ -28,10 +28,11 @@
|
|||
|
||||
#include <signal.h>
|
||||
|
||||
// POSIX timers use __SIGRTMIN + 0.
|
||||
// libbacktrace uses __SIGRTMIN + 1.
|
||||
// libcore uses __SIGRTMIN + 2.
|
||||
// __SIGRTMIN + 3 is reserved for triggering native stack dumps.
|
||||
// Realtime signals reserved for internal use:
|
||||
// 32 (__SIGRTMIN + 0) POSIX timers
|
||||
// 33 (__SIGRTMIN + 1) libbacktrace
|
||||
// 34 (__SIGRTMIN + 2) libcore
|
||||
// 35 (__SIGRTMIN + 3) debuggerd -b
|
||||
|
||||
int __libc_current_sigrtmin(void) {
|
||||
// If you change this, also change __ndk_legacy___libc_current_sigrtmin
|
||||
|
|
Loading…
Reference in New Issue