xref
: /
third_party
/
musl
/
src
/
signal
/
sigrtmin.c
(revision 570af302)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/signal/
1
#
include
<
signal.h
>
2
3
int
__libc_current_sigrtmin
()
4
{
5
return
35
;
6
}
7