]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fixed obvious typo in t_atomic
authorFrancis Dupont <fdupont@isc.org>
Wed, 7 Sep 2016 23:56:47 +0000 (01:56 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 7 Sep 2016 23:56:47 +0000 (01:56 +0200)
bin/tests/atomic/t_atomic.c

index 385d319f0b01495f9eee61531bb917388f7de411..67ef53354fb11763c548de92768d982070b8f7b4 100644 (file)
@@ -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 }