public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/y2038] linux: Fix __thrd_sleep64 hidden definition
@ 2021-03-01 17:35 Adhemerval Zanella
  0 siblings, 0 replies; 5+ messages in thread
From: Adhemerval Zanella @ 2021-03-01 17:35 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a9b36b3daa30032c8e7a892e4984ea6096b1458b

commit a9b36b3daa30032c8e7a892e4984ea6096b1458b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Feb 25 20:43:13 2021 -0300

    linux: Fix __thrd_sleep64 hidden definition
    
    The symbol is exported by libc.

Diff:
---
 sysdeps/unix/sysv/linux/thrd_priv.h  | 2 +-
 sysdeps/unix/sysv/linux/thrd_sleep.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/thrd_priv.h b/sysdeps/unix/sysv/linux/thrd_priv.h
index d38ddf4612..9fb300df03 100644
--- a/sysdeps/unix/sysv/linux/thrd_priv.h
+++ b/sysdeps/unix/sysv/linux/thrd_priv.h
@@ -31,5 +31,5 @@ extern int __mtx_timedlock64 (mtx_t *restrict mutex,
 libpthread_hidden_proto (__mtx_timedlock64)
 extern int __thrd_sleep64 (const struct __timespec64 *time_point,
                            struct __timespec64 *remaining);
-libpthread_hidden_proto (__thrd_sleep64)
+libc_hidden_proto (__thrd_sleep64)
 #endif
diff --git a/sysdeps/unix/sysv/linux/thrd_sleep.c b/sysdeps/unix/sysv/linux/thrd_sleep.c
index 73c6c5f1b1..a84a7c5ffa 100644
--- a/sysdeps/unix/sysv/linux/thrd_sleep.c
+++ b/sysdeps/unix/sysv/linux/thrd_sleep.c
@@ -38,7 +38,7 @@ __thrd_sleep64 (const struct __timespec64 *time_point,
 }
 
 #if __TIMESIZE != 64
-libpthread_hidden_def (__thrd_sleep64)
+libc_hidden_def (__thrd_sleep64)
 
 int
 __thrd_sleep (const struct timespec *time_point, struct timespec *remaining)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc/azanella/y2038] linux: Fix __thrd_sleep64 hidden definition
@ 2021-03-04 17:36 Adhemerval Zanella
  0 siblings, 0 replies; 5+ messages in thread
From: Adhemerval Zanella @ 2021-03-04 17:36 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=564369e5e1899b4d9b5a6e10a35754159559d14d

commit 564369e5e1899b4d9b5a6e10a35754159559d14d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Feb 25 20:43:13 2021 -0300

    linux: Fix __thrd_sleep64 hidden definition
    
    The symbol is exported by libc.

Diff:
---
 sysdeps/unix/sysv/linux/thrd_priv.h  | 2 +-
 sysdeps/unix/sysv/linux/thrd_sleep.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/thrd_priv.h b/sysdeps/unix/sysv/linux/thrd_priv.h
index d38ddf4612..9fb300df03 100644
--- a/sysdeps/unix/sysv/linux/thrd_priv.h
+++ b/sysdeps/unix/sysv/linux/thrd_priv.h
@@ -31,5 +31,5 @@ extern int __mtx_timedlock64 (mtx_t *restrict mutex,
 libpthread_hidden_proto (__mtx_timedlock64)
 extern int __thrd_sleep64 (const struct __timespec64 *time_point,
                            struct __timespec64 *remaining);
-libpthread_hidden_proto (__thrd_sleep64)
+libc_hidden_proto (__thrd_sleep64)
 #endif
diff --git a/sysdeps/unix/sysv/linux/thrd_sleep.c b/sysdeps/unix/sysv/linux/thrd_sleep.c
index 73c6c5f1b1..a84a7c5ffa 100644
--- a/sysdeps/unix/sysv/linux/thrd_sleep.c
+++ b/sysdeps/unix/sysv/linux/thrd_sleep.c
@@ -38,7 +38,7 @@ __thrd_sleep64 (const struct __timespec64 *time_point,
 }
 
 #if __TIMESIZE != 64
-libpthread_hidden_def (__thrd_sleep64)
+libc_hidden_def (__thrd_sleep64)
 
 int
 __thrd_sleep (const struct timespec *time_point, struct timespec *remaining)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc/azanella/y2038] linux: Fix __thrd_sleep64 hidden definition
@ 2021-03-04 11:28 Adhemerval Zanella
  0 siblings, 0 replies; 5+ messages in thread
From: Adhemerval Zanella @ 2021-03-04 11:28 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=564369e5e1899b4d9b5a6e10a35754159559d14d

commit 564369e5e1899b4d9b5a6e10a35754159559d14d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Feb 25 20:43:13 2021 -0300

    linux: Fix __thrd_sleep64 hidden definition
    
    The symbol is exported by libc.

Diff:
---
 sysdeps/unix/sysv/linux/thrd_priv.h  | 2 +-
 sysdeps/unix/sysv/linux/thrd_sleep.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/thrd_priv.h b/sysdeps/unix/sysv/linux/thrd_priv.h
index d38ddf4612..9fb300df03 100644
--- a/sysdeps/unix/sysv/linux/thrd_priv.h
+++ b/sysdeps/unix/sysv/linux/thrd_priv.h
@@ -31,5 +31,5 @@ extern int __mtx_timedlock64 (mtx_t *restrict mutex,
 libpthread_hidden_proto (__mtx_timedlock64)
 extern int __thrd_sleep64 (const struct __timespec64 *time_point,
                            struct __timespec64 *remaining);
-libpthread_hidden_proto (__thrd_sleep64)
+libc_hidden_proto (__thrd_sleep64)
 #endif
diff --git a/sysdeps/unix/sysv/linux/thrd_sleep.c b/sysdeps/unix/sysv/linux/thrd_sleep.c
index 73c6c5f1b1..a84a7c5ffa 100644
--- a/sysdeps/unix/sysv/linux/thrd_sleep.c
+++ b/sysdeps/unix/sysv/linux/thrd_sleep.c
@@ -38,7 +38,7 @@ __thrd_sleep64 (const struct __timespec64 *time_point,
 }
 
 #if __TIMESIZE != 64
-libpthread_hidden_def (__thrd_sleep64)
+libc_hidden_def (__thrd_sleep64)
 
 int
 __thrd_sleep (const struct timespec *time_point, struct timespec *remaining)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc/azanella/y2038] linux: Fix __thrd_sleep64 hidden definition
@ 2021-03-02 12:30 Adhemerval Zanella
  0 siblings, 0 replies; 5+ messages in thread
From: Adhemerval Zanella @ 2021-03-02 12:30 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8a0990ba29bf93ff775fd7c2acf866716bfb2435

commit 8a0990ba29bf93ff775fd7c2acf866716bfb2435
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Feb 25 20:43:13 2021 -0300

    linux: Fix __thrd_sleep64 hidden definition
    
    The symbol is exported by libc.

Diff:
---
 sysdeps/unix/sysv/linux/thrd_priv.h  | 2 +-
 sysdeps/unix/sysv/linux/thrd_sleep.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/thrd_priv.h b/sysdeps/unix/sysv/linux/thrd_priv.h
index d38ddf4612..9fb300df03 100644
--- a/sysdeps/unix/sysv/linux/thrd_priv.h
+++ b/sysdeps/unix/sysv/linux/thrd_priv.h
@@ -31,5 +31,5 @@ extern int __mtx_timedlock64 (mtx_t *restrict mutex,
 libpthread_hidden_proto (__mtx_timedlock64)
 extern int __thrd_sleep64 (const struct __timespec64 *time_point,
                            struct __timespec64 *remaining);
-libpthread_hidden_proto (__thrd_sleep64)
+libc_hidden_proto (__thrd_sleep64)
 #endif
diff --git a/sysdeps/unix/sysv/linux/thrd_sleep.c b/sysdeps/unix/sysv/linux/thrd_sleep.c
index 73c6c5f1b1..a84a7c5ffa 100644
--- a/sysdeps/unix/sysv/linux/thrd_sleep.c
+++ b/sysdeps/unix/sysv/linux/thrd_sleep.c
@@ -38,7 +38,7 @@ __thrd_sleep64 (const struct __timespec64 *time_point,
 }
 
 #if __TIMESIZE != 64
-libpthread_hidden_def (__thrd_sleep64)
+libc_hidden_def (__thrd_sleep64)
 
 int
 __thrd_sleep (const struct timespec *time_point, struct timespec *remaining)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc/azanella/y2038] linux: Fix __thrd_sleep64 hidden definition
@ 2021-02-26 20:40 Adhemerval Zanella
  0 siblings, 0 replies; 5+ messages in thread
From: Adhemerval Zanella @ 2021-02-26 20:40 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=67282847fd24ec1e1d6c127ef3cce6037532a1e9

commit 67282847fd24ec1e1d6c127ef3cce6037532a1e9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Feb 25 20:43:13 2021 -0300

    linux: Fix __thrd_sleep64 hidden definition
    
    The symbol is exported by libc.

Diff:
---
 sysdeps/unix/sysv/linux/thrd_priv.h  | 2 +-
 sysdeps/unix/sysv/linux/thrd_sleep.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/thrd_priv.h b/sysdeps/unix/sysv/linux/thrd_priv.h
index d38ddf4612..9fb300df03 100644
--- a/sysdeps/unix/sysv/linux/thrd_priv.h
+++ b/sysdeps/unix/sysv/linux/thrd_priv.h
@@ -31,5 +31,5 @@ extern int __mtx_timedlock64 (mtx_t *restrict mutex,
 libpthread_hidden_proto (__mtx_timedlock64)
 extern int __thrd_sleep64 (const struct __timespec64 *time_point,
                            struct __timespec64 *remaining);
-libpthread_hidden_proto (__thrd_sleep64)
+libc_hidden_proto (__thrd_sleep64)
 #endif
diff --git a/sysdeps/unix/sysv/linux/thrd_sleep.c b/sysdeps/unix/sysv/linux/thrd_sleep.c
index 73c6c5f1b1..a84a7c5ffa 100644
--- a/sysdeps/unix/sysv/linux/thrd_sleep.c
+++ b/sysdeps/unix/sysv/linux/thrd_sleep.c
@@ -38,7 +38,7 @@ __thrd_sleep64 (const struct __timespec64 *time_point,
 }
 
 #if __TIMESIZE != 64
-libpthread_hidden_def (__thrd_sleep64)
+libc_hidden_def (__thrd_sleep64)
 
 int
 __thrd_sleep (const struct timespec *time_point, struct timespec *remaining)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-04 17:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 17:35 [glibc/azanella/y2038] linux: Fix __thrd_sleep64 hidden definition Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2021-03-04 17:36 Adhemerval Zanella
2021-03-04 11:28 Adhemerval Zanella
2021-03-02 12:30 Adhemerval Zanella
2021-02-26 20:40 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).