]> 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>
Fri, 17 Jan 2025 19:56:58 +0000 (14:56 -0500)
commit0cc973160c23bb67f895bc887dd6942d29f8fee3
treedbd67b286197ce1cedf7c9457a0055b7421612b7
parent1db84775f831a1494993ce9c118deaf9537cc50a
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>
nptl/pthread_cond_common.c
nptl/pthread_cond_wait.c