src/os/linux/vm/jvm_linux.cpp

changeset 670
9c2ecc2ffb12
parent 634
f139919897d2
child 1907
c18cbe5936b8
equal deleted inserted replaced
632:de141433919f 670:9c2ecc2ffb12
130 WINCH, POLL, IO, PWR, SYS 130 WINCH, POLL, IO, PWR, SYS
131 131
132 */ 132 */
133 133
134 struct siglabel { 134 struct siglabel {
135 char *name; 135 const char *name;
136 int number; 136 int number;
137 }; 137 };
138 138
139 struct siglabel siglabels[] = { 139 struct siglabel siglabels[] = {
140 /* derived from /usr/include/bits/signum.h on RH7.2 */ 140 /* derived from /usr/include/bits/signum.h on RH7.2 */

mercurial