mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 10:19:59 -04:00
Fixed obvious typo in t_atomic
This commit is contained in:
parent
7e8f6348fc
commit
d5cd6390de
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ testspec_t T_testlist[] = {
|
|||
#ifdef ISC_PLATFORM_HAVEATOMICSTORE
|
||||
{ (PFV) test_atomic_store, "test_atomic_store" },
|
||||
#endif
|
||||
#if defined(ISC_PLATFORM_HAVEXADDQ)
|
||||
#if defined(ISC_PLATFORM_HAVEATOMICSTOREQ)
|
||||
{ (PFV) test_atomic_storeq, "test_atomic_storeq" },
|
||||
#endif
|
||||
{ (PFV) 0, NULL }
|
||||
|
|
|
|||
Loading…
Reference in a new issue