diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-02-16 17:29:26 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-02-16 17:29:26 +0100 |
commit | a8f484c61ff69954cd91c04728df5b4a63a76a30 (patch) | |
tree | 1fed8982cd5521fc68548e8b1818a6b69f5ab6bb | |
parent | 2c7a76432deff3fc1f0b945c6d2468e16d405de1 (diff) | |
parent | eed3c3cca4b12b747e95a75a4c314274877cbe6f (diff) |
Merge commit 'eed3c3cca4b12b747e95a75a4c314274877cbe6f'
Conflicts:
open_issues/glibc.mdwn
-rw-r--r-- | open_issues/glibc.mdwn | 25 |
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': |