| 7139 | } |
| 7140 | |
| 7141 | bool StackGrowsDown() { |
| 7142 | int dummy; |
| 7143 | return StackLowerThanAddress(&dummy); |
| 7144 | } |
| 7145 | |
| 7146 | // A threadsafe implementation of fork(2) for threadsafe-style death tests |
| 7147 | // that uses clone(2). It dies with an error message if anything goes |
no test coverage detected