summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg7
1 files changed, 7 insertions, 0 deletions
diff --git a/.topmsg b/.topmsg
new file mode 100644
index 0000000..d2d5b17
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,7 @@
+Subject: [PATCH] Fix inline usage for recent GCC versions.
+
+From: Thomas Schwinge <thomas@schwinge.name>
+
+* sysdeps/l4/hurd/pt-sysdep.h (_pthread_self, __pthread_stack_dealloc): Use
+static inline instead of extern inline.
+* sysdeps/mach/hurd/pt-sysdep.h (__pthread_stack_dealloc): Likewise.