Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
[gromacs/rigid-bodies.git] / cmake / TestSIGUSR1.c
bloba38ff7467f6094f0896bb83b719083384b5c7e60
1 #include <signal.h>
3 int
4 main()
6 int i = SIGUSR1;
7 return 0;