ISSUE: In Interpreter::executeInstruction(), _sys_siglistp is a Solarisism. ACTION: Replace _sys_siglistp[signo] with strsignal(signo) which is more portable, maybe POSIX? PATCH: Apply from llvm top-level directory with "patch -p0." -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/7fe9dc4b/attachment.ksh>
> ISSUE: In Interpreter::executeInstruction(), _sys_siglistp is a Solarisism. > ACTION: Replace _sys_siglistp[signo] with strsignal(signo) which is more > portable, maybe POSIX? > PATCH: Apply from llvm top-level directory with "patch -p0."Applied, thanks again. -Chris http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/