summaryrefslogtreecommitdiff
path: root/lib/enable_execute_stack.c
AgeCommit message (Collapse)Author
2009-08-10Temporary define HAVE_SYSCONF until cmake checks are done.Edward O'Callaghan
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78546 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-10Fix a FIXME for configure check for HAVE_SYSCONF.Edward O'Callaghan
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78545 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-09fix build on linuxNuno Lopes
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78538 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-08Fix signedness warning in mprotect call, Clean up and improve endianness.h ↵Edward O'Callaghan
header. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78451 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-05Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78152 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-01Add missing include for getpagesize, and fix a typo.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74588 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-01Use getpagesize() on non-Darwin platforms.Daniel Dunbar
- Presumably we will eventually need configure magic for this stuff. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74586 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-26Initial import of compiler-rt.Daniel Dunbar
- git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74292 91177308-0d34-0410-b5e6-96231b3b80d8