From 85b77b81caa40f8bcd03921380246cb5863d5d21 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 23:48:01 +0200 Subject: *: use gcc.h macros instead of GLib --- src/io_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io_error.h') diff --git a/src/io_error.h b/src/io_error.h index 930ced108..1442a08aa 100644 --- a/src/io_error.h +++ b/src/io_error.h @@ -27,7 +27,7 @@ /** * A GQuark for GError for I/O errors. The code is an errno value. */ -G_GNUC_CONST +gcc_const static inline GQuark errno_quark(void) { -- cgit v1.2.3