From afc2c1bdb1ba33a2bdcaa7e9e78eb5cdaffcdc88 Mon Sep 17 00:00:00 2001 From: nsz Date: Fri, 28 Jun 2013 22:16:50 +0000 Subject: [PATCH] unreported bugs cleanup --- musl/bugs.html | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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

    -- 2.20.1