OSDN Git Service

Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way.
authorElliott Hughes <enh@google.com>
Mon, 29 Jul 2013 23:51:45 +0000 (16:51 -0700)
committerElliott Hughes <enh@google.com>
Tue, 30 Jul 2013 00:09:36 +0000 (17:09 -0700)
commitc03e1e74390c1b8a30341399cd85cc869d0842b0
treef4f7c54da4d89aa1019822c5be7aa61d97efcd43
parent9a73d08f4c334c00fe06d583d37e038ebe063eba
Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way.

Also make sysconf use PTHREAD_STACK_MIN rather than redefining its
own, different, constant.

Bug: 9997352
Change-Id: I9a8e7d2b18e691439abfb45533e82c36eee9e81d
libc/bionic/sysconf.cpp
libc/include/sys/limits.h
libc/private/bionic_tls.h