mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
Clean up atomic cruft
Nothing is using these defines anymore, and the messages are misleading. Based on a patch by Kean Johnston. https://bugzilla.gnome.org/show_bug.cgi?id=660013
This commit is contained in:
@@ -61,38 +61,6 @@
|
||||
/* The size of system_thread, as computed by sizeof. */
|
||||
#define GLIB_SIZEOF_SYSTEM_THREAD 4
|
||||
|
||||
/* alpha atomic implementation */
|
||||
/* #undef G_ATOMIC_ALPHA */
|
||||
|
||||
/* arm atomic implementation */
|
||||
/* #undef G_ATOMIC_ARM */
|
||||
|
||||
/* cris atomic implementation */
|
||||
/* #undef G_ATOMIC_CRIS */
|
||||
|
||||
/* crisv32 atomic implementation */
|
||||
/* #undef G_ATOMIC_CRISV32 */
|
||||
|
||||
/* i486 atomic implementation */
|
||||
#ifndef _MSC_VER
|
||||
#define G_ATOMIC_I486 1
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
/* ia64 atomic implementation */
|
||||
/* #undef G_ATOMIC_IA64 */
|
||||
|
||||
/* powerpc atomic implementation */
|
||||
/* #undef G_ATOMIC_POWERPC */
|
||||
|
||||
/* s390 atomic implementation */
|
||||
/* #undef G_ATOMIC_S390 */
|
||||
|
||||
/* sparcv9 atomic implementation */
|
||||
/* #undef G_ATOMIC_SPARCV9 */
|
||||
|
||||
/* x86_64 atomic implementation */
|
||||
/* #undef G_ATOMIC_X86_64 */
|
||||
|
||||
/* whether GCC supports built-in atomic intrinsics */
|
||||
/* #undef HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS */
|
||||
|
||||
|
Reference in New Issue
Block a user