summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Signals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-170/+0
| | | | | | | gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
* For PR351:Reid Spencer2004-12-271-2/+3
| | | | | | * Ensure #includes are wrapped with appropriate HAVE_ guards llvm-svn: 19156
* Path::get -> Path::toStringReid Spencer2004-12-111-1/+1
| | | | llvm-svn: 18785
* Update for prototype changesReid Spencer2004-11-141-2/+2
| | | | llvm-svn: 17781
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-2/+2
| | | | llvm-svn: 17498
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-291-0/+169
of "Signals" (cleanup after fatal errors). llvm-svn: 16085
OpenPOWER on IntegriCloud