repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Announce in user log files that features are deprecated.
[gromacs.git]
/
cmake
/
TestSIGUSR1.c
blob
a38ff7467f6094f0896bb83b719083384b5c7e60
1
#include <signal.h>
2
3
int
4
main
()
5
{
6
int
i
=
SIGUSR1
;
7
return
0
;
8
}