OSDN Git Service

Sysconfig fixes
authorCalin Juravle <calin@google.com>
Mon, 10 Mar 2014 18:25:36 +0000 (18:25 +0000)
committerCalin Juravle <calin@google.com>
Tue, 11 Mar 2014 10:44:50 +0000 (10:44 +0000)
commita0ca209ac0deef086c0e69b59168dd75df2a3f52
tree0154bf58590810c7d716bfa46508984fc9633b82
parenta4eafa6dbc98378f3fa759fec8590871e2b5ae29
Sysconfig fixes

Remove _POSIX_THREAD_ATTR_STACKADDR and _POSIX_THREAD_ATTR_STACKSIZE
since they don't exists. Return -1 for their corresponding values but
don't set errno.

Bug: 13281069
Change-Id: Ice29b4dfebe2b474212e40ee726d86782a3064b9
libc/bionic/sysconf.cpp