xref
: /
ndk
/
tests
/
build
/
issue39983-PAGE_SIZE
/
jni
/
issue39983-PAGE_SIZE.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
pthread.h
>
2
main()
3
int
main
()
4
{
5
return
0 *
PTHREAD_STACK_MIN
;
6
}
7