Blame SOURCES/glibc-rh1505492-undef-33.patch

c6d234
commit 4d614fe5e0625f197805978730214e5236ef360c
c6d234
Author: Roland McGrath <roland@hack.frob.com>
c6d234
Date:   Thu Jul 3 19:17:00 2014 -0700
c6d234
c6d234
    S390: Quash unused variable warning due to no-op THREAD_SET_POINTER_GUARD.
c6d234
c6d234
Conflicts:
c6d234
	sysdeps/s390/nptl/tls.h
c6d234
c6d234
Change applied to nptl/sysdeps/s390/tls.h instead.
c6d234
c6d234
diff --git a/nptl/sysdeps/s390/tls.h b/nptl/sysdeps/s390/tls.h
c6d234
index 580196b7bfee3046..b3ba0ecc20ce0fcc 100644
c6d234
--- a/nptl/sysdeps/s390/tls.h
c6d234
+++ b/nptl/sysdeps/s390/tls.h
c6d234
@@ -170,7 +170,7 @@ typedef struct
c6d234
    use stack_guard as pointer_guard.  */
c6d234
 #define THREAD_GET_POINTER_GUARD() \
c6d234
   THREAD_GETMEM (THREAD_SELF, header.stack_guard)
c6d234
-#define THREAD_SET_POINTER_GUARD(value)
c6d234
+#define THREAD_SET_POINTER_GUARD(value)	((void) (value))
c6d234
 #define THREAD_COPY_POINTER_GUARD(descr)
c6d234
 
c6d234
 /* Get and set the global scope generation counter in struct pthread.  */