public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-06-09 13:15 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:15 UTC (permalink / raw)
  To: glibc-cvs

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

commit d8f79ad86e369fdd7495da34e09a41665462569c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-06-09 21:19 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:19 UTC (permalink / raw)
  To: glibc-cvs

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

commit d8f79ad86e369fdd7495da34e09a41665462569c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-06-03 14:05 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:05 UTC (permalink / raw)
  To: glibc-cvs

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

commit 6e30253d1eba90231e6a84317f94a9691a4d6560
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-05-13 14:18 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:18 UTC (permalink / raw)
  To: glibc-cvs

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

commit 4bc25c9d2a8dd663cf96b78d0e2dfb6b48bc90a3
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-05-12 19:32 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:32 UTC (permalink / raw)
  To: glibc-cvs

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

commit e23f6bc05230be76d40eb4140f7d5611c408ef8d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-05-10 18:23 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:23 UTC (permalink / raw)
  To: glibc-cvs

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

commit 9f8fbd8137ad855b1443a59fd690c0be1e7e002d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-04-29 14:03 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:03 UTC (permalink / raw)
  To: glibc-cvs

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

commit ecfa2f903b978cbf126575948bba35d093483acc
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-04-04 12:53 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:53 UTC (permalink / raw)
  To: glibc-cvs

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

commit 12a8ff7fc7a6ea3c6bb0366075603fbb2f7f501b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-03-31 19:05 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:05 UTC (permalink / raw)
  To: glibc-cvs

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

commit 266950c996accfce3d53289f9003f24817f3bfd1
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

* [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
@ 2022-03-29 20:28 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:28 UTC (permalink / raw)
  To: glibc-cvs

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

commit 371bb77183c187346193c392afcb3d5cf4c249de
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 10:11:03 2022 -0300

    resolv: Make __gai_create_helper_thread static

Diff:
---
 sysdeps/nptl/gai_misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..1274d1050f 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -86,7 +86,7 @@ __gai_start_notify_thread (void)
   assert_perror (sigerr);
 }
 
-extern inline int
+static inline int
 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
 			    void *arg)
 {


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

end of thread, other threads:[~2022-06-09 21:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 13:15 [glibc/azanella/clang] resolv: Make __gai_create_helper_thread static Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2022-06-09 21:19 Adhemerval Zanella
2022-06-03 14:05 Adhemerval Zanella
2022-05-13 14:18 Adhemerval Zanella
2022-05-12 19:32 Adhemerval Zanella
2022-05-10 18:23 Adhemerval Zanella
2022-04-29 14:03 Adhemerval Zanella
2022-04-04 12:53 Adhemerval Zanella
2022-03-31 19:05 Adhemerval Zanella
2022-03-29 20:28 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).