X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=data%2Fposix2008.bugs;h=412b73db4a017024540923adfbace4990a6d4a24;hb=HEAD;hp=b3c8c76cd5b954e5dc52ad80449d6e150d5fe4e0;hpb=69c32b809237fd0b2881401d6bf5ee25fc7d3032;p=musl-tables diff --git a/data/posix2008.bugs b/data/posix2008.bugs index b3c8c76..412b73d 100644 --- a/data/posix2008.bugs +++ b/data/posix2008.bugs @@ -49,3 +49,12 @@ duplocale example typo: '}' fputc('x',stdin) should be explicitly ub +unspecified: owner thread of locked recursive/errorchecking mutex exits, +then another thread with same thread id locks it again + +scandir: cmp type (qsort cannot be used), non-total order? + +pow: iso c cases: + pow((+-)0, y) returns (+-)(inf) and raises the ''divide-by-zero'' floating-point exception for y an odd integer < 0. + pow((+-)0, y) returns +(inf) and raises the ''divide-by-zero'' floating-point exception for y < 0 and not an odd integer. +"For y < 0, if x is zero, .. +-HUGE_VAL .." should be "For y < 0, if x is +-0,"