diff options
author | Carlos O'Donell <codonell@redhat.com> | 2013-01-11 20:52:05 -0500 |
---|---|---|
committer | Carlos O'Donell <codonell@redhat.com> | 2013-01-11 20:52:05 -0500 |
commit | c0609c5c5e4b94f744ba952bb7d005bdd3684c71 (patch) | |
tree | 80c59566d0e6e15e8a60dc5e50320a16dd187fd2 /nptl/ChangeLog | |
parent | 6270516e154c389ac495153270918d06e41ed67d (diff) | |
download | glibc-c0609c5c5e4b94f744ba952bb7d005bdd3684c71.zip glibc-c0609c5c5e4b94f744ba952bb7d005bdd3684c71.tar.gz glibc-c0609c5c5e4b94f744ba952bb7d005bdd3684c71.tar.bz2 |
Remove unnecessary assert on attr in allocate_stack().
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 33152e2..4aacc17 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2013-01-11 Carlos O'Donell <codonell@redhat.com> + + * allocatestack.c (allocate_stack): Add comment. Remove assert + on attr. + 2013-01-11 H.J. Lu <hongjiu.lu@intel.com> * Makefile (tst-cancel7-ARGS: Replace $(host-built-program-cmd) |