summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open_issues/glibc.mdwn25
1 files changed, 5 insertions, 20 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn
index a92b8642..e041b96f 100644
--- a/open_issues/glibc.mdwn
+++ b/open_issues/glibc.mdwn
@@ -373,23 +373,7 @@ Last reviewed up to the [[Git mirror's d3bd58cf0a027016544949ffd27300ac5fb01bb8
See `posix/tst-waitid.out` failure below.
- * `getconf` things
-
- IRC, freenode, #hurd, 2012-10-03
-
- <pinotree> getconf -a | grep CACHE
- <Tekk_> pinotree: I hate spoiling data, but 0 :P
- <pinotree> had that feeling, but wanted to be sure -- thanks!
- <Tekk_> http://dpaste.com/809519/
- <Tekk_> except for uhh
- <Tekk_> L4 linesize
- <Tekk_> that didn't have any number associated
- <pinotree> weird
- <Tekk_> I actually didn't even know that there was L4 cache
- <pinotree> what do you get if you run `getconf
- LEVEL4_CACHE_LINESIZE`?
- <Tekk_> pinotree: undefined
- <pinotree> expected, given the output above
+ * `getconf` things (see below the results of `tst-getconf.out`)
For specific packages:
@@ -1181,9 +1165,8 @@ Failures, mostly in order of appearance:
`_PC_REC_INCR_XFER_SIZE`, `_PC_REC_MAX_XFER_SIZE`, `_PC_REC_MIN_XFER_SIZE`,
`_PC_REC_XFER_ALIGN`, `_PC_SYMLINK_MAX`, `_PC_2_SYMLINKS`.
- `_CS_GNU_LIBPTHREAD_VERSION` will be cleanly solved with
- [[!message-id "201209302353.51055.toscano.pino@tiscali.it"]] and libpthread
- compiled as add-on.
+ `_CS_GNU_LIBPTHREAD_VERSION` is provided by libpthread when compiled as
+ add-on.
* `posix/tst-vfork3-mem`
@@ -1257,6 +1240,8 @@ Failures, mostly in order of appearance:
[[!message-id "201211182342.51619.toscano.pino@tiscali.it"]]
+ Fixed in glibc >= 2.18.
+
* `misc/tst-pselect.o`
tst-pselect.c: In function 'do_test':