olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

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

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