Jason Evans
|
ffbb7dac3d
|
Remove leading blank lines from function bodies.
This resolves #535.
|
2017-01-13 14:49:24 -08:00 |
|
Jason Evans
|
b54072dfee
|
Call _exit(2) rather than exit(3) in forked child.
_exit(2) is async-signal-safe, whereas exit(3) is not.
|
2016-11-02 18:05:19 -07:00 |
|
Jason Evans
|
1eb46ab6e7
|
Don't test fork() on Windows.
|
2016-05-03 17:18:34 -07:00 |
|
Jason Evans
|
108c4a11e9
|
Fix witness/fork() interactions.
Fix witness to clear its list of owned mutexes in the child if
platform-specific malloc_mutex code re-initializes mutexes rather than
unlocking them.
|
2016-04-26 10:47:22 -07:00 |
|
Jason Evans
|
174c0c3a9c
|
Fix fork()-related lock rank ordering reversals.
|
2016-04-25 23:16:20 -07:00 |
|