Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
824eb0c6ade808c4501e62fbcf0025f4e694cd11
/
.
/
ap
/
build
/
uClibc
/
libpthread
/
linuxthreads.old
/
sysdeps
/
sparc
/
pt-machine.h
blob: ab90810f1267c002d720a2ba92289b44d6e6e753 [
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 "sparc32/pt-machine.h"
6
#else
7
# include "sparc64/pt-machine.h"
8
#endif