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

25845f
commit 8f2f08d04f969f27dad47ee2d9dcbe567f2873bc
25845f
Author: Roland McGrath <roland@hack.frob.com>
25845f
Date:   Thu May 1 13:33:13 2014 -0700
25845f
25845f
    Fix -Wundef warnings for _IO_JUMPS_OFFSET.
25845f
25845f
diff --git a/libio/libioP.h b/libio/libioP.h
25845f
index c170b872028c7a5f..b60244ac5fc3d908 100644
25845f
--- a/libio/libioP.h
25845f
+++ b/libio/libioP.h
25845f
@@ -100,6 +100,8 @@ extern "C" {
25845f
 #if (!defined _IO_USE_OLD_IO_FILE \
25845f
      && (!defined _G_IO_NO_BACKWARD_COMPAT || _G_IO_NO_BACKWARD_COMPAT == 0))
25845f
 # define _IO_JUMPS_OFFSET 1
25845f
+#else
25845f
+# define _IO_JUMPS_OFFSET 0
25845f
 #endif
25845f
 
25845f
 #define _IO_JUMPS(THIS) (THIS)->vtable