1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
This commit is contained in:
Peter Eisentraut
2018-07-04 22:13:16 +02:00
parent 3c64dcb1e3
commit f61988d160
2 changed files with 3 additions and 3 deletions

View File

@ -228,8 +228,8 @@
/* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */
#undef HAVE_GCC__ATOMIC_INT32_CAS
/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int *, int64).
*/
/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int64 *,
int64). */
#undef HAVE_GCC__ATOMIC_INT64_CAS
/* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */