diff options
Diffstat (limited to '.topmsg')
-rw-r--r-- | .topmsg | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -1,14 +1,7 @@ -Subject: Baseline for our topic branches. +Subject: [PATCH] Fix inline usage for recent GCC versions. ---- +From: Thomas Schwinge <thomas@schwinge.name> -This need not strictly be a TopGit branch, but it is for easy synchronization -between different machines. - -As the baseline is merged into the topic branches, it is forward-only. - -To advance it: - - $ echo [SHA1] > .topdeps - $ git commit -m Advance. -- .topdeps - $ tg update +* 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. |