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

Message ID 0e0fda3ca095acc7f659b75140424d0d9a80ceb1.1620838411.git.fweimer@redhat.com
State Committed
Commit 520b1df08de68a3de328b65a25b86300a7ddf512
Headers
Series nptl: Move almost all remaining functions into libc |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

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
>
  

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