>       2 x FAIL: test-strerror_r

On OpenBSD 4.9:

test-strerror_r.c:69: assertion failed

buf = "Undefined error: 0"

config.status contains:
S["REPLACE_STRERROR_R"]="1"
S["HAVE_DECL_STRERROR_R"]="1"
S["GNULIB_STRERROR_R"]="1"


On Cygwin 1.7.9 (but not 1.7.5):

test-strerror_r.c:78: assertion failed

i = 1, ret = 0, buf = "BADFACE"

Looks really like a Cygwin bug: You pass a positive buffer size, it returns 0
but writes nothing into the buffer.


Bruno
-- 
In memoriam Alois Eliáš <http://en.wikipedia.org/wiki/Alois_Eliáš>

Reply via email to