aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdbsupport/gdb_proc_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/gdb_proc_service.h b/gdbsupport/gdb_proc_service.h
index db169ac..1131a40 100644
--- a/gdbsupport/gdb_proc_service.h
+++ b/gdbsupport/gdb_proc_service.h
@@ -174,7 +174,7 @@ EXTERN_C_POP
-fvisibility=hidden. */
#define PS_EXPORT(SYM) \
- __attribute__((visibility ("default"))) typeof (SYM) SYM
+ __attribute__((visibility ("default"))) decltype (SYM) SYM
PS_EXPORT (ps_get_thread_area);
PS_EXPORT (ps_getpid);