From 4260c3c83f1b48cddb32c428bb60a6506d168bb0 Mon Sep 17 00:00:00 2001 From: nsz Date: Fri, 28 Dec 2012 02:45:10 +0100 Subject: [PATCH] bugs: remove invalid ?: gcc bug, add glibc epoll nonblock bug --- musl/bugs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musl/bugs.html b/musl/bugs.html index 2725a0f..c06932a 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -81,7 +81,7 @@
  • glibc 10815 (SIGEV_THREAD signal delivery)
  • clang 13694 (wrong optimization with -ffreestanding) [fixed]
  • gcc 55431 (invlid auxv search in ppc linux-unwind code) -
  • gcc 55695 (typeof ?: issue breaking tgmath.h) +
  • glibc 14985 (EPOLL_NONBLOCK broken definition)

    bugs relevant for musl

    -- 2.20.1