backward: remove reference to SIGUNUSED

glibc removed that definition in some recent version.
install-platforms
Lukas Werling 2017-09-17 18:30:17 +02:00
parent 77bb9c91a6
commit e92cff778c
1 changed files with 0 additions and 1 deletions

View File

@ -1879,7 +1879,6 @@ public:
SIGSEGV, // Invalid memory reference
SIGSYS, // Bad argument to routine (SVr4)
SIGTRAP, // Trace/breakpoint trap
SIGUNUSED, // Synonymous with SIGSYS
SIGXCPU, // CPU time limit exceeded (4.2BSD)
SIGXFSZ, // File size limit exceeded (4.2BSD)
};