mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Fixed obvious typo in t_atomic
This commit is contained in:
@@ -330,7 +330,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 }
|
||||
|
Reference in New Issue
Block a user