Blame SOURCES/glibc-rh677316-libc-lock.patch

fa3bfd
This patch adds an include file <libc-lock.h>.  This simplifies
fa3bfd
backports because upstream moved <bits/libc-lock.h> to this file in
fa3bfd
commit ec999b8e5ede67f42759657beb8c5fef87c8cc63 (Move bits/libc-lock.h
fa3bfd
and bits/libc-lockP.h out of bits/ (bug 14912)).
fa3bfd
fa3bfd
diff --git a/include/libc-lock.h b/include/libc-lock.h
fa3bfd
new file mode 100644
fa3bfd
index 0000000000000000..1f2fd8433454e870
fa3bfd
--- /dev/null
fa3bfd
+++ b/include/libc-lock.h
fa3bfd
@@ -0,0 +1 @@
fa3bfd
+#include <bits/libc-lock.h>