summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-22 03:12:33 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-22 03:12:33 +0000
commit4a764e3d3b6f676e29e3b03e7d29e1ed398f7a4c (patch)
tree709c7db85db604e0896ac29e9a5d799502316846
parent0b25d4905e4b5c938d4487f82f4ce44bc03d07a4 (diff)
Update.
-rw-r--r--BUGS14
1 files changed, 13 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index ad755fc361..88383315e2 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 <linux/posix_types.h> 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 <linux/limits.h> header file. In glibc it
+ is defined in <posix1_lim.h> which must not make the other
+ symbols in <linux/limits.h> available.
+ [PR libc/140]
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ulrich Drepper
drepper@cygnus.com