]> granicus.if.org Git - gc/commit
2011-04-22 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Fri, 22 Apr 2011 11:54:12 +0000 (11:54 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:58 +0000 (21:06 +0400)
commit583e58963af8a38848e91d5fab2039e42d6cb911
tree5fd9d6a0e553975c947502a31b671c416419174c
parent869247753c89e4fc54121343396e01d4fb9dd08d
2011-04-22  Ivan Maidanski  <ivmai@mail.ru>

* os_dep.c (GC_get_stack_base): Implement for Android (same as
for Linux).
* pthread_support.c (GC_get_nprocs): Return 1 (instead of -1) if
failed to open "stat" file (not to issue a warning twice); update
the comment.
* pthread_support.c (GC_thr_init): Call sysconf() on Android to
get the number of CPUs.
ChangeLog
os_dep.c
pthread_support.c