1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix typos

This commit is contained in:
Peter Eisentraut
2018-07-10 11:14:53 +02:00
parent 59b2dcbf45
commit 7f0911f33e
2 changed files with 5 additions and 4 deletions

View File

@ -215,13 +215,14 @@
/* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */
#undef HAVE_GCC__SYNC_CHAR_TAS
/* Define to 1 if you have __sync_compare_and_swap(int *, int, int). */
/* Define to 1 if you have __sync_val_compare_and_swap(int *, int, int). */
#undef HAVE_GCC__SYNC_INT32_CAS
/* Define to 1 if you have __sync_lock_test_and_set(int *) and friends. */
#undef HAVE_GCC__SYNC_INT32_TAS
/* Define to 1 if you have __sync_compare_and_swap(int64 *, int64, int64). */
/* Define to 1 if you have __sync_val_compare_and_swap(int64 *, int64, int64).
*/
#undef HAVE_GCC__SYNC_INT64_CAS
/* Define to 1 if you have the `getaddrinfo' function. */