This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
make-it-quick
mirror of
https://gitee.com/openkylin/make-it-quick.git
Watch
9
Star
0
Fork
You've already forked make-it-quick
0
Code
Issues
Projects
Releases
Wiki
Activity
e2df1851de
make-it-quick
/
config
/
check_sigaction.c
9 lines
111 B
C
Raw
Blame
History
#
include
<signal.h>
int
main
(
)
{
struct
sigaction
sa
;
sigaction
(
11
,
&
sa
,
(
void
*
)
0
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink