commit | 94ed6812bc04a6171d1a801f2740355f458d5c9c | [log] [tgz] |
---|---|---|
author | Richard Diamond <wichard@vitalitystudios.com> | Wed May 28 21:47:15 2014 -0500 |
committer | Jason Evans <jasone@canonware.com> | Mon Jun 02 07:45:33 2014 -0700 |
tree | 57c1dd51ddcd213e5abb0ee12056e99e7b246088 | |
parent | 9c3a10fdf6baa5ddb042b6adbef1ff1b3c613ce3 [diff] |
Don't catch fork()ing events for Native Client. Native Client doesn't allow forking, thus there is no need to catch fork()ing events for Native Client. Additionally, without this commit, jemalloc will introduce an unresolved pthread_atfork() in PNaCl Rust bins.