Use const, to support platforms where strrchr returns a const char *.
authorDan Gohman <gohman@apple.com>
Tue, 10 Feb 2009 17:56:28 +0000 (17:56 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 10 Feb 2009 17:56:28 +0000 (17:56 +0000)
commitd4e1845849fb0499c9d0e2761f1fdddc9cdf32a8
tree40962a04d1d3e1c1afdf8cd06e227ee35b7e2a53
parentcfbcd591d206dce34b8f1a8384e100f984747cad
Use const, to support platforms where strrchr returns a const char *.
This fixes PR3535.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64224 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Signals.inc