Not all platforms supports sighandler_t, so I changed it to use the older
authorJohn Criswell <criswell@uiuc.edu>
Thu, 1 Jan 2004 15:14:28 +0000 (15:14 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 1 Jan 2004 15:14:28 +0000 (15:14 +0000)
commit2657aecfe273b9dfbd4fff77a3ed908197dcd30a
treec1ea7fc223569834cfa29d2019dbd79533b8e229
parent55d86482bd9fac6f90a7f6fb35c2f4dec9569fdb
Not all platforms supports sighandler_t, so I changed it to use the older
return value from signal() (which should be the same type; it's just not
typedef'd).
This fixes the build on Solaris.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10675 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SlowOperationInformer.cpp