remove attribute((const)) from arm __pthread_self inline function
authorRich Felker <dalias@aerifal.cx>
Thu, 15 Oct 2015 04:20:50 +0000 (00:20 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 15 Oct 2015 04:20:50 +0000 (00:20 -0400)
commit0ba35d69c0e77b225ec640d2bd112ff6d9d3b2af
treea89987058fda3e5c234c274121fed6884abedab0
parent8d93cb57754f1f81f8e15bb74afd1725cead45c2
remove attribute((const)) from arm __pthread_self inline function

commit a603a75a72bb469c6be4963ed1b55fabe675fe15 did this for the
public pthread_self function but not the internal inline one.
arch/arm/pthread_arch.h