Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
7f58151e95710b662cb43f980c99d16ff0bc855d
/
.
/
ap
/
build
/
uClibc
/
libpthread
/
linuxthreads
/
sysdeps
/
powerpc
/
pspinlock.c
blob: bb88a06902eb8a29dcc6587f7e52a8f0b7c915c3 [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -0700
[
diff
] [
blame
]
1
#include
<features.h>
2
#include
<bits/wordsize.h>
3
4
#if __WORDSIZE == 32
5
# include "powerpc32/pspinlock.c"
6
#else
7
# include "powerpc64/pspinlock.c"
8
#endif