]> granicus.if.org Git - libatomic_ops/commit
Fix missing abort() usage in atomic_ops_malloc and tests on WinCE
authorIvan Maidanski <ivmai@mail.ru>
Mon, 7 Jan 2013 08:31:48 +0000 (12:31 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 7 Jan 2013 08:31:48 +0000 (12:31 +0400)
commit9f4a38ec06a037a709e2324304c2f89b3f41e55a
treebc2f1d4bfea607f3f35fdf158f97b366bd4534a5
parentb78058a2a967cfa7807efd545c70c4a0c7bbb1a6
Fix missing abort() usage in atomic_ops_malloc and tests on WinCE

* src/atomic_ops_malloc.c (abort): Define to _exit(-1) if _WIN32_WCE
or __MINGW32CE__ (since there is no abort() in WinCE).
* tests/run_parallel.h (abort): Likewise.
* tests/test_stack.c (abort): Likewise.
src/atomic_ops_malloc.c
tests/run_parallel.h
tests/test_stack.c