mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
Fixed obvious typo in t_atomic
This commit is contained in:
parent
5125df6753
commit
cfa20db199
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user