X-Git-Url: http://nsz.repo.hu/git/?p=www;a=blobdiff_plain;f=musl%2Fbugs.html;h=155b3f48c5a7e80b49c924a7391261468e1c3b08;hp=7b0a2f845da3903a1f2fe06872c54f3d04a97ff6;hb=1342fd5906e96ab9505168cafc622847bb4cba41;hpb=d234f2d0bad275b7d53c6ea78db4330c3eb8b175 diff --git a/musl/bugs.html b/musl/bugs.html index 7b0a2f8..155b3f4 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -86,6 +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

    @@ -99,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

    @@ -136,13 +144,13 @@

    misc