From: Ulrich Drepper Date: Sat, 22 Mar 1997 03:12:33 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a764e3d3b6f676e29e3b03e7d29e1ed398f7a4c;p=thirdparty%2Fglibc.git Update. --- diff --git a/BUGS b/BUGS index ad755fc3615..88383315e23 100644 --- a/BUGS +++ b/BUGS @@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1997-03-22T02:15:52+0100 drepper> +Time-stamp: <1997-03-22T04:12:22+0100 drepper> This following list contains those bugs which I'm aware of. Please make sure that bugs you report are not listed here. If you can fix one @@ -32,6 +32,18 @@ Severity: [ *] to [***] flag was given. [PR libc/72] +[ *] On Linux, the is not clean enough to satisfy + the C++ namespace rules. Declaring `struct fd_set' also makes + `fd_set' available in the global namespace which conflicts with + the definition of `fd_set' in glibc. + [PR libc/79] + +[ *] On Linux, there should be a way to prevent defining the symbol + NGROUPS_MAX in the header file. In glibc it + is defined in which must not make the other + symbols in available. + [PR libc/140] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com