OSDN Git Service

72a9af5b13cb5e11cf57949038bb2b408cbe0e6a
[uclinux-h8/uClibc.git] / libpthread / linuxthreads / sysdeps / sparc / pspinlock.c
1 #include <features.h>
2 #include <bits/wordsize.h>
3
4 #if __WORDSIZE == 32
5
6 # if defined(__CONFIG_SPARC_V9B__)
7 #  include "sparc32/sparcv9b/pspinlock.c"
8 # else
9 #  include "sparc32/pspinlock.c"
10 # endif
11
12 #else
13 # include "sparc64/pspinlock.c"
14 #endif