[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2340: minor devchk-found issues in glib.h (bug 3548)

Mats Wichmann mats at linuxfoundation.org
Mon Jan 14 19:30:10 UTC 2013


------------------------------------------------------------
revno: 2340
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Mon 2013-01-14 12:30:10 -0700
message:
  minor devchk-found issues in glib.h (bug 3548)
modified:
  ts/devchk/glib_2_0_glib_h.c
-------------- next part --------------
=== modified file 'ts/devchk/glib_2_0_glib_h.c'
--- a/ts/devchk/glib_2_0_glib_h.c	2012-12-26 20:19:16 +0000
+++ b/ts/devchk/glib_2_0_glib_h.c	2013-01-14 19:30:10 +0000
@@ -11081,7 +11081,7 @@
 CheckInterfacedef(g_async_queue_ref,g_async_queue_ref_db);
 extern GQuark g_key_file_error_quark_db(void);
 CheckInterfacedef(g_key_file_error_quark,g_key_file_error_quark_db);
-extern gboolean g_atomic_pointer_compare_and_exchange_db(volatile gpointer *, gpointer, gpointer);
+extern gboolean g_atomic_pointer_compare_and_exchange_db(volatile void *, gpointer, gpointer);
 CheckInterfacedef(g_atomic_pointer_compare_and_exchange,g_atomic_pointer_compare_and_exchange_db);
 extern gboolean g_date_valid_dmy_db(GDateDay, GDateMonth, GDateYear);
 CheckInterfacedef(g_date_valid_dmy,g_date_valid_dmy_db);



More information about the lsb-messages mailing list