llvm-6502/include/llvm/System
Jeffrey Yasskin ed1c0ffe0b Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Windows variant, strerror_s, but I couldn't test that.

I'll update configure and config.h.in in a subsequent patch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74621 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-01 18:11:20 +00:00
..
Alarm.h
Atomic.h Add atomic multiply and divide operations, built on top of CompareAndSwap. 2009-06-23 21:19:04 +00:00
Disassembler.h
DynamicLibrary.h
Errno.h Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the 2009-07-01 18:11:20 +00:00
Host.h
IncludeFile.h
LICENSE.TXT
Memory.h
Mutex.h Add debugging code to test for various locking faux-pas's, when running in single threaded mode. This should help improve testing coverage for 2009-06-20 00:27:21 +00:00
Path.h
Process.h
Program.h
RWMutex.h Add debugging code to test for various locking faux-pas's, when running in single threaded mode. This should help improve testing coverage for 2009-06-20 00:27:21 +00:00
Signals.h
Solaris.h
Threading.h
ThreadLocal.h Add support for const thread locals. 2009-06-25 23:31:18 +00:00
TimeValue.h