mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
ondrej created page: stdatomic usage in master
parent
c8d48fd230
commit
0b8f94c167
47
stdatomic-usage-in-master.md
Normal file
47
stdatomic-usage-in-master.md
Normal file
@ -0,0 +1,47 @@
|
||||
### CentOS 6 amd64
|
||||
```
|
||||
lib/isc/include/isc/rwlock.h:46: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
|
||||
lib/isc/stats.c:85: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
|
||||
```
|
||||
|
||||
### CentOS 7 amd64
|
||||
```
|
||||
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
|
||||
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
|
||||
```
|
||||
|
||||
### Debian Jessie amd64
|
||||
```
|
||||
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
|
||||
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
|
||||
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
|
||||
```
|
||||
|
||||
### Debian Stretch amd64
|
||||
```
|
||||
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
|
||||
lib/iscstats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
|
||||
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
|
||||
```
|
||||
|
||||
### Debian Sid amd64
|
||||
```
|
||||
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
|
||||
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
|
||||
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
|
||||
```
|
||||
|
||||
### Debian Sid i386
|
||||
```
|
||||
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
|
||||
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
|
||||
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
|
||||
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user