]> 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>
Tue, 29 Apr 2025 17:25:47 +0000 (13:25 -0400)
commitea13a35e37932cabeef7d7b018aaef1136287a5e
tree8cd583bbfe4a097caa84805822ae935ce9a70040
parent2451ef5c4a92e774c56111b3708eede7f98fe940
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