Reformat SIGRTMIN comments.

Test: none
Change-Id: Ief1f0c06c17df6704863c8c7176941447f2e28f4
This commit is contained in:
Josh Gao 2017-12-04 13:46:36 -08:00
parent bfd06f63e5
commit b8facf2aca
1 changed files with 5 additions and 4 deletions

View File

@ -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