X-Git-Url: http://nsz.repo.hu/git/?p=www;a=blobdiff_plain;f=musl%2Fbugs.html;h=155b3f48c5a7e80b49c924a7391261468e1c3b08;hp=fd65c8efda30e4778512493e7a6dbc5c26f8de82;hb=1342fd5906e96ab9505168cafc622847bb4cba41;hpb=2aa58f9cc857ac0ed5d56c0a4402cdb9b2613382 diff --git a/musl/bugs.html b/musl/bugs.html index fd65c8e..155b3f4 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -86,9 +86,13 @@
  • inkscape (use of sys/fcntl.h instead of fcntl.h)
  • boehm gc (build system, fallback code for determining stack address)
  • posix 650 (c99 -E on #pragma) +
  • glibc 15088 (_POSIX_PRIORITY_SCHEDULING is defined)
  • glibc 15124 (no way to get conformant api, eg strerror_r)
  • posix 655 (deprecate strerror_r)
  • posix 656 (allow or forbid tls for static buffers) +
  • glib 694239 (gresolver uses non-portable libc api) +
  • posix 662 (atomicity of freopen) +
  • posix 663 (strcasecmp is underspecified)

    bugs relevant for musl

    @@ -102,6 +106,7 @@
  • gcc 51437 (feature request: warn on reserved identifiers)
  • glibc 13165 (observable invalid ordering with pthread_cond_wait)
  • gcc 46770 (.init_array vs .ctors for initializing static objects in c++) +
  • boost (endian detection is incorrect)

    unreported bugs

    @@ -139,13 +144,13 @@

    misc