Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
681f6b59d26c7c9470bc681b0ca0b43c3d0835db
/
.
/
tools
/
versioner
/
tests
/
future_arch
/
headers
/
foo.h
blob: 67409757856af097bd6748f1c0d5463af6d2ad7c [
file
] [
log
] [
blame
]
#if defined(__arm__)
int
foo
()
__attribute__
((
availability
(
android
,
introduced
=
9
)));
#else
int
foo
()
__attribute__
((
availability
(
android
,
introduced
=
10000
)));
#endif