diff mbox series

[16/23] Linux: Move implementation of pthread_getcpuclockid to nptl directory

Message ID 0e0fda3ca095acc7f659b75140424d0d9a80ceb1.1620838411.git.fweimer@redhat.com
State New
Headers show
Series nptl: Move almost all remaining functions into libc | expand

Commit Message

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

Comments

Adhemerval Zanella Netto May 13, 2021, 8:23 p.m. UTC | #1
On 12/05/2021 13:58, Florian Weimer via Libc-alpha wrote:
> ---

LGTM, maybe combine with the previous patch.

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

>  {sysdeps/unix/sysv/linux => nptl}/pthread_getcpuclockid.c | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename {sysdeps/unix/sysv/linux => nptl}/pthread_getcpuclockid.c (100%)
> 
> diff --git a/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c b/nptl/pthread_getcpuclockid.c
> similarity index 100%
> rename from sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
> rename to nptl/pthread_getcpuclockid.c
>
diff mbox series

Patch

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