aboutsummaryrefslogtreecommitdiff
path: root/libc/include/powerpc-linux-gnu/gnu/lib-names.h
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-07 12:16:10 -0500
committerAndrew Kelley <andrew@ziglang.org>2019-03-07 12:16:10 -0500
commitce76de35f1671bf7b75e98d6d61378edef382d60 (patch)
treeb9212b6fd35100178775a7e6695292c35ab80b29 /libc/include/powerpc-linux-gnu/gnu/lib-names.h
parent189fba4390c3a748d33e0f72a305f0d6bdbfe7c0 (diff)
downloadzig-ce76de35f1671bf7b75e98d6d61378edef382d60.tar.gz
zig-ce76de35f1671bf7b75e98d6d61378edef382d60.zip
multi-arch glibc headers
Diffstat (limited to 'libc/include/powerpc-linux-gnu/gnu/lib-names.h')
-rw-r--r--libc/include/powerpc-linux-gnu/gnu/lib-names.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/libc/include/powerpc-linux-gnu/gnu/lib-names.h b/libc/include/powerpc-linux-gnu/gnu/lib-names.h
new file mode 100644
index 0000000000..a6fbab8035
--- /dev/null
+++ b/libc/include/powerpc-linux-gnu/gnu/lib-names.h
@@ -0,0 +1,19 @@
+/* This file is automatically generated.
+ It defines macros to allow user program to find the shared
+ library files which come as part of GNU libc. */
+#ifndef __GNU_LIB_NAMES_H
+#define __GNU_LIB_NAMES_H 1
+
+#include <bits/wordsize.h>
+
+#if __WORDSIZE == 32
+# include <gnu/lib-names-32.h>
+#endif
+#if __WORDSIZE == 64 && _CALL_ELF != 2
+# include <gnu/lib-names-64-v1.h>
+#endif
+#if __WORDSIZE == 64 && _CALL_ELF == 2
+# include <gnu/lib-names-64-v2.h>
+#endif
+
+#endif /* gnu/lib-names.h */ \ No newline at end of file