diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:27:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:27:59 +0100 |
commit | 175f68707cf8a4951a9b024a3b43d92860151eaf (patch) | |
tree | c3dd4fa93fac03312982f7b89739422b072e9c84 /glibc/signal | |
parent | 0a607c5c7bab130bfff70efd344bff78ce2bf88a (diff) | |
parent | fc4d1650f3e35a1cff0111ae3808c61d44346f1f (diff) |
Merge remote-tracking branch 'feldtkeller.SCHWINGE/master'
Conflicts:
open_issues/fork_deadlock.mdwn
open_issues/glibc.mdwn
Diffstat (limited to 'glibc/signal')
-rw-r--r-- | glibc/signal/discussion.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glibc/signal/discussion.mdwn b/glibc/signal/discussion.mdwn index 064c1c5b..8687e173 100644 --- a/glibc/signal/discussion.mdwn +++ b/glibc/signal/discussion.mdwn @@ -11,6 +11,7 @@ License|/fdl]]."]]"""]] # `_hurd_sigstates` +[[!tag open_issue_glibc]] In an [[hurd/translator/ext2fs]] instance with 1068 threads, `_hurd_sigstates` was a linked with with 1067 entries, in one with 351 threads, 351 entries. Is this noticeable already? Perhaps a different data structure is needed? |