]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Update comments and indentation for new condvar implementation
authorMalte Skarupke <malteskarupke@fastmail.fm>
Wed, 4 Dec 2024 12:55:22 +0000 (07:55 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Mon, 28 Apr 2025 16:51:29 +0000 (12:51 -0400)
commit88d999d840e77c9917f08870094a23ce42294848
tree1c2388663adc5c30e10b6d1bdb8ef3b848fceee7
parent736e6735053f12181d3d287898dd5fdb9e8baf59
nptl: Update comments and indentation for new condvar implementation

Some comments were wrong after the most recent commit. This fixes that.

Also fixing indentation where it was using spaces instead of tabs.

Signed-off-by: Malte Skarupke <malteskarupke@fastmail.fm>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 0cc973160c23bb67f895bc887dd6942d29f8fee3)
nptl/pthread_cond_common.c
nptl/pthread_cond_wait.c