[Glibc-bsd-commits] r5954 - trunk/glibc-ports-2.23/fbtl/sysdeps/i386
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Sun Mar 20 10:37:01 UTC 2016
Author: aurel32
Date: 2016-03-20 10:37:01 +0000 (Sun, 20 Mar 2016)
New Revision: 5954
Modified:
trunk/glibc-ports-2.23/fbtl/sysdeps/i386/tls.h
Log:
Fix a typo in the previous merge
Modified: trunk/glibc-ports-2.23/fbtl/sysdeps/i386/tls.h
===================================================================
--- trunk/glibc-ports-2.23/fbtl/sysdeps/i386/tls.h 2016-03-20 00:14:33 UTC (rev 5953)
+++ trunk/glibc-ports-2.23/fbtl/sysdeps/i386/tls.h 2016-03-20 10:37:01 UTC (rev 5954)
@@ -56,7 +56,7 @@
#ifndef __ASSUME_PRIVATE_FUTEX
int private_futex;
#else
- int __glibc_reserved1;_
+ int __glibc_reserved1;
#endif
/* Reservation of some values for the TM ABI. */
void *__private_tm[4];
More information about the Glibc-bsd-commits
mailing list