Re: [RFC PATCH glibc 5/12] htl: Fix semaphore reference

2023-02-12 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le dim. 12 févr. 2023 14:10:36 +0300, a ecrit: > 'sem' is the opaque 'sem_t', 'isem' is the actual 'struct new_sem'. > > Signed-off-by: Sergey Bugaev > --- > sysdeps/htl/sem-timedwait.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff

[RFC PATCH glibc 5/12] htl: Fix semaphore reference

2023-02-12 Thread Sergey Bugaev
'sem' is the opaque 'sem_t', 'isem' is the actual 'struct new_sem'. Signed-off-by: Sergey Bugaev --- sysdeps/htl/sem-timedwait.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sysdeps/htl/sem-timedwait.c b/sysdeps/htl/sem-timedwait.c index 8f2df6e7..9974e9ae 10064