diff mbox series

[2/8] nptl: Move pthread_sigqueue implementation into main nptl directory

Message ID e24ed5e1a3b422c6f6b20bea63fa372195b2f72a.1620650045.git.fweimer@redhat.com
State New
Headers show
Series nptl: Move pthread_detach and pthread_join into libc | expand

Commit Message

Florian Weimer May 10, 2021, 12:37 p.m. UTC
---
 {sysdeps/unix/sysv/linux => nptl}/pthread_sigqueue.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {sysdeps/unix/sysv/linux => nptl}/pthread_sigqueue.c (100%)

Comments

Adhemerval Zanella May 10, 2021, 1:25 p.m. UTC | #1
LGTM, thanks.  Maybe combine with the patch that removes the stub
version.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

On 10/05/2021 09:37, Florian Weimer via Libc-alpha wrote:
> ---
>  {sysdeps/unix/sysv/linux => nptl}/pthread_sigqueue.c | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename {sysdeps/unix/sysv/linux => nptl}/pthread_sigqueue.c (100%)
> 
> diff --git a/sysdeps/unix/sysv/linux/pthread_sigqueue.c b/nptl/pthread_sigqueue.c
> similarity index 100%
> rename from sysdeps/unix/sysv/linux/pthread_sigqueue.c
> rename to nptl/pthread_sigqueue.c
>
Florian Weimer May 11, 2021, 9:09 a.m. UTC | #2
* Adhemerval Zanella:

> LGTM, thanks.  Maybe combine with the patch that removes the stub
> version.
>
> Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

Okay, I've squashed the two commits.

Thanks,
Florian
diff mbox series

Patch

diff --git a/sysdeps/unix/sysv/linux/pthread_sigqueue.c b/nptl/pthread_sigqueue.c
similarity index 100%
rename from sysdeps/unix/sysv/linux/pthread_sigqueue.c
rename to nptl/pthread_sigqueue.c