[BZ #1104, BZ #1105, BZ #1106, BZ #1107, BZ #1108, BZ #1109, BZ #1110, BZ #1111]
[glibc.git] / include / stubs-biarch.h
blobfc086bd894985a180016480994542a3ac66ae921
1 /* This file selects the right generated file of `__stub_FUNCTION' macros
2 based on the architecture being compiled for. */
4 #include <bits/wordsize.h>
6 #if __WORDSIZE == 32
7 # include <gnu/stubs-32.h>
8 #elif __WORDSIZE == 64
9 # include <gnu/stubs-64.h>
10 #else
11 # error "unexpected value for __WORDSIZE macro"
12 #endif