public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-03-15 18:37 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:37 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b8937573b3953fb4708bd653f881a77d5702b28a
commit b8937573b3953fb4708bd653f881a77d5702b28a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index 7090169601..9f09c35553 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-06-09 21:17 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:17 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=84195891c5075e4a7bc1477429b8959718206521
commit 84195891c5075e4a7bc1477429b8959718206521
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index af795a37c8..8f35fd1b5a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-06-09 13:14 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:14 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=84195891c5075e4a7bc1477429b8959718206521
commit 84195891c5075e4a7bc1477429b8959718206521
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index af795a37c8..8f35fd1b5a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-06-03 14:03 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:03 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a1ac1870564b8693278b22ac5c477398f5e9638c
commit a1ac1870564b8693278b22ac5c477398f5e9638c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index af795a37c8..8f35fd1b5a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-05-13 14:17 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:17 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=58ce8f4bac9edd6625b6952d7038b90660ac09be
commit 58ce8f4bac9edd6625b6952d7038b90660ac09be
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index af795a37c8..8f35fd1b5a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-05-12 19:31 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:31 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=65a5033dc8dc8ce2655887bfd1c61ff0c8d75b66
commit 65a5033dc8dc8ce2655887bfd1c61ff0c8d75b66
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index af795a37c8..8f35fd1b5a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-05-10 18:21 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:21 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9fe8d88f3437d85496ed48f0039e5d0648fbc13
commit f9fe8d88f3437d85496ed48f0039e5d0648fbc13
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index af795a37c8..8f35fd1b5a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-04-29 14:01 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:01 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7d1b3815a4c26bbbbcabff3092dcd41693f109e9
commit 7d1b3815a4c26bbbbcabff3092dcd41693f109e9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index af795a37c8..8f35fd1b5a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-04-04 12:51 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:51 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1207b1247e051fc614d8f9414da58d88b72c3727
commit 1207b1247e051fc614d8f9414da58d88b72c3727
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index 7090169601..9f09c35553 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-03-31 19:04 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:04 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a90b537a5b756c165445f3e30cffd812269948dc
commit a90b537a5b756c165445f3e30cffd812269948dc
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index 7090169601..9f09c35553 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-03-29 20:27 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:27 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=26050346d082270070dbbcddf815cd399e519af8
commit 26050346d082270070dbbcddf815cd399e519af8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index 7090169601..9f09c35553 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-03-16 17:59 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 17:59 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b8937573b3953fb4708bd653f881a77d5702b28a
commit b8937573b3953fb4708bd653f881a77d5702b28a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index 7090169601..9f09c35553 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-03-11 17:21 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-11 17:21 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=eed98966b68247390d95dfc39db5a1871229521d
commit eed98966b68247390d95dfc39db5a1871229521d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index 7090169601..9f09c35553 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] Remove libc_hidden_proto (confstr)
@ 2022-03-08 18:57 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-08 18:57 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e20e15746154369a89c5237b166a098c5f34d84b
commit e20e15746154369a89c5237b166a098c5f34d84b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Mar 7 15:35:26 2022 -0300
Remove libc_hidden_proto (confstr)
Diff:
---
debug/confstr_chk.c | 2 +-
include/unistd.h | 1 -
posix/confstr.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c
index a73bdcdd4f..67823d6670 100644
--- a/debug/confstr_chk.c
+++ b/debug/confstr_chk.c
@@ -24,5 +24,5 @@ __confstr_chk (int name, char *buf, size_t len, size_t buflen)
if (__glibc_unlikely (buflen < len))
__chk_fail ();
- return confstr (name, buf, len);
+ return __confstr (name, buf, len);
}
diff --git a/include/unistd.h b/include/unistd.h
index 7090169601..9f09c35553 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -13,7 +13,6 @@ rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
extern size_t __confstr (int name, char *buf, size_t len);
libc_hidden_proto (__confstr)
-libc_hidden_proto (confstr)
libc_hidden_proto (execl)
libc_hidden_proto (execle)
libc_hidden_proto (execlp)
diff --git a/posix/confstr.c b/posix/confstr.c
index 6e3c264462..cfaab1cfa0 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -290,5 +290,4 @@ __confstr (int name, char *buf, size_t len)
return string_len;
}
libc_hidden_def (__confstr)
-libc_hidden_def (confstr)
weak_alias (__confstr, confstr)
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2022-06-09 21:17 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 18:37 [glibc/azanella/clang] Remove libc_hidden_proto (confstr) Adhemerval Zanella
-- strict thread matches above, loose matches on Subject: below --
2022-06-09 21:17 Adhemerval Zanella
2022-06-09 13:14 Adhemerval Zanella
2022-06-03 14:03 Adhemerval Zanella
2022-05-13 14:17 Adhemerval Zanella
2022-05-12 19:31 Adhemerval Zanella
2022-05-10 18:21 Adhemerval Zanella
2022-04-29 14:01 Adhemerval Zanella
2022-04-04 12:51 Adhemerval Zanella
2022-03-31 19:04 Adhemerval Zanella
2022-03-29 20:27 Adhemerval Zanella
2022-03-16 17:59 Adhemerval Zanella
2022-03-11 17:21 Adhemerval Zanella
2022-03-08 18:57 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).