OSDN Git Service

glibc 2.15 treats errno as signed in strerror(3).
authorElliott Hughes <enh@google.com>
Fri, 11 Jan 2013 00:01:59 +0000 (16:01 -0800)
committerElliott Hughes <enh@google.com>
Fri, 11 Jan 2013 00:01:59 +0000 (16:01 -0800)
commite6e60065ff093ff8c859ab146cf543531cb1967c
tree41de4f1d0cf5cec9fa72c4ad6d0fed5bf1b00329
parent0d3700d957debe841c385f66a8026ca8b3755815
glibc 2.15 treats errno as signed in strerror(3).

And the only reason I hadn't done that in bionic is because I wanted to behave
the same as glibc.

Change-Id: I2cf1bf0aac82a748cd6305a2cabbac0790058570
libc/bionic/strerror_r.cpp
tests/string_test.cpp