public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] resolv: Make inline functions static
@ 2022-03-16 18:02 Adhemerval Zanella
0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 18:02 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b9042d54120cab9469025f1c9da21e2cd37f1efd
commit b9042d54120cab9469025f1c9da21e2cd37f1efd
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:11:03 2022 -0300
resolv: Make inline functions static
Diff:
---
resolv/gai_misc.c | 2 +-
sysdeps/nptl/gai_misc.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/resolv/gai_misc.c b/resolv/gai_misc.c
index 8ce3c778eb..089564ec5b 100644
--- a/resolv/gai_misc.c
+++ b/resolv/gai_misc.c
@@ -37,7 +37,7 @@
#ifndef gai_create_helper_thread
# define gai_create_helper_thread __gai_create_helper_thread
-extern inline int
+static inline int
__gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
void *arg)
{
diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..3fab2f5f13 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -76,7 +76,7 @@
#define gai_start_notify_thread __gai_start_notify_thread
#define gai_create_helper_thread __gai_create_helper_thread
-extern inline void
+static inline void
__gai_start_notify_thread (void)
{
sigset_t ss;
@@ -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] 4+ messages in thread
* [glibc/azanella/clang] resolv: Make inline functions static
@ 2022-03-15 18:39 Adhemerval Zanella
0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:39 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b9042d54120cab9469025f1c9da21e2cd37f1efd
commit b9042d54120cab9469025f1c9da21e2cd37f1efd
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:11:03 2022 -0300
resolv: Make inline functions static
Diff:
---
resolv/gai_misc.c | 2 +-
sysdeps/nptl/gai_misc.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/resolv/gai_misc.c b/resolv/gai_misc.c
index 8ce3c778eb..089564ec5b 100644
--- a/resolv/gai_misc.c
+++ b/resolv/gai_misc.c
@@ -37,7 +37,7 @@
#ifndef gai_create_helper_thread
# define gai_create_helper_thread __gai_create_helper_thread
-extern inline int
+static inline int
__gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
void *arg)
{
diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..3fab2f5f13 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -76,7 +76,7 @@
#define gai_start_notify_thread __gai_start_notify_thread
#define gai_create_helper_thread __gai_create_helper_thread
-extern inline void
+static inline void
__gai_start_notify_thread (void)
{
sigset_t ss;
@@ -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] 4+ messages in thread
* [glibc/azanella/clang] resolv: Make inline functions static
@ 2022-03-11 17:23 Adhemerval Zanella
0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-11 17:23 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ffa10bf9603f152e6a688a9242c7da6e708ad54e
commit ffa10bf9603f152e6a688a9242c7da6e708ad54e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:11:03 2022 -0300
resolv: Make inline functions static
Diff:
---
resolv/gai_misc.c | 2 +-
sysdeps/nptl/gai_misc.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/resolv/gai_misc.c b/resolv/gai_misc.c
index 8ce3c778eb..089564ec5b 100644
--- a/resolv/gai_misc.c
+++ b/resolv/gai_misc.c
@@ -37,7 +37,7 @@
#ifndef gai_create_helper_thread
# define gai_create_helper_thread __gai_create_helper_thread
-extern inline int
+static inline int
__gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
void *arg)
{
diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..3fab2f5f13 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -76,7 +76,7 @@
#define gai_start_notify_thread __gai_start_notify_thread
#define gai_create_helper_thread __gai_create_helper_thread
-extern inline void
+static inline void
__gai_start_notify_thread (void)
{
sigset_t ss;
@@ -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] 4+ messages in thread
* [glibc/azanella/clang] resolv: Make inline functions static
@ 2022-03-10 19:22 Adhemerval Zanella
0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-10 19:22 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=deafc06d255889984f7a7dfdb0c9a941a79e5f86
commit deafc06d255889984f7a7dfdb0c9a941a79e5f86
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:11:03 2022 -0300
resolv: Make inline functions static
Diff:
---
resolv/gai_misc.c | 2 +-
sysdeps/nptl/gai_misc.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/resolv/gai_misc.c b/resolv/gai_misc.c
index 8ce3c778eb..089564ec5b 100644
--- a/resolv/gai_misc.c
+++ b/resolv/gai_misc.c
@@ -37,7 +37,7 @@
#ifndef gai_create_helper_thread
# define gai_create_helper_thread __gai_create_helper_thread
-extern inline int
+static inline int
__gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *),
void *arg)
{
diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h
index c09350c2ed..3fab2f5f13 100644
--- a/sysdeps/nptl/gai_misc.h
+++ b/sysdeps/nptl/gai_misc.h
@@ -76,7 +76,7 @@
#define gai_start_notify_thread __gai_start_notify_thread
#define gai_create_helper_thread __gai_create_helper_thread
-extern inline void
+static inline void
__gai_start_notify_thread (void)
{
sigset_t ss;
@@ -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] 4+ messages in thread
end of thread, other threads:[~2022-03-16 18:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 18:02 [glibc/azanella/clang] resolv: Make inline functions static Adhemerval Zanella
-- strict thread matches above, loose matches on Subject: below --
2022-03-15 18:39 Adhemerval Zanella
2022-03-11 17:23 Adhemerval Zanella
2022-03-10 19:22 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).