You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
453 B
13 lines
453 B
7 years ago
|
This patch adds an include file <libc-lock.h>. This simplifies
|
||
|
backports because upstream moved <bits/libc-lock.h> to this file in
|
||
|
commit ec999b8e5ede67f42759657beb8c5fef87c8cc63 (Move bits/libc-lock.h
|
||
|
and bits/libc-lockP.h out of bits/ (bug 14912)).
|
||
|
|
||
|
diff --git a/include/libc-lock.h b/include/libc-lock.h
|
||
|
new file mode 100644
|
||
|
index 0000000000000000..1f2fd8433454e870
|
||
|
--- /dev/null
|
||
|
+++ b/include/libc-lock.h
|
||
|
@@ -0,0 +1 @@
|
||
|
+#include <bits/libc-lock.h>
|