From: nsz Date: Fri, 28 Jun 2013 22:16:50 +0000 (+0000) Subject: unreported bugs cleanup X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=afc2c1bdb1ba33a2bdcaa7e9e78eb5cdaffcdc88;p=www unreported bugs cleanup --- diff --git a/musl/bugs.html b/musl/bugs.html index 38d411f..bd19cd3 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -188,18 +188,11 @@
  • bionic: broken checks in wchar.cpp mbrtowc
  • gnutls: O_CLOEXEC
  • arp: posix namespace collision (tm_) - - - - - - +
  • util-linux: cpuset.h __cpumask, etc, sys/ttydefaults.h, __sighandler_t +
  • f() instead of (f)() in configure scripts (or #undef) +
  • bionic/wchar.cpp 'if (n == 0)' is wrong, should be 'if (s == NULL)' and later 'if (n == 0) return -2' +
  • gcc fixincludes +
  • gcc vs c99 annex f issues

    misc