]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
resolv: Remove internal_function attribute
authorFlorian Weimer <fweimer@redhat.com>
Thu, 31 Aug 2017 14:07:52 +0000 (16:07 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 31 Aug 2017 14:07:52 +0000 (16:07 +0200)
ChangeLog
resolv/gai_misc.c
resolv/gai_misc.h
resolv/gai_notify.c
resolv/gai_sigqueue.c
resolv/inet_ntop.c
sysdeps/unix/sysv/linux/gai_sigqueue.c

index eb939245c4c185456b3ac63a1f3099c48b6edd62..d5bc75dbd87e08fe5fa3964355c37215ab9912ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-08-31  Florian Weimer  <fweimer@redhat.com>
+
+       * resolv/gai_misc.c (__gai_find_request, __gai_remove_request)
+       (__gai_enqueue_request): Remove internal_function.
+       * resolv/gai_misc.h (__gai_enqueue_request, __gai_find_request)
+       (__gai_remove_request, __gai_notify, __gai_notify_only)
+       (__gai_sigqueue): Likewise.
+       * resolv/gai_notify.c (__gai_notify_only, __gai_notify): Likewise.
+       * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
+       * resolv/inet_ntop.c (inet_ntop4, inet_ntop6): Likewise.
+       * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
+       Likewise.
+
 2017-08-31  Florian Weimer  <fweimer@redhat.com>
 
        * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function.
index fd9aa356be6a94f27346160cb23e55d618ca3efd..b611ae0b97818338faec5a32914c14d3f6ee112e 100644 (file)
@@ -152,7 +152,6 @@ get_elem (void)
 
 
 struct requestlist *
-internal_function
 __gai_find_request (const struct gaicb *gaicbp)
 {
   struct requestlist *runp;
@@ -169,7 +168,6 @@ __gai_find_request (const struct gaicb *gaicbp)
 
 
 int
-internal_function
 __gai_remove_request (struct gaicb *gaicbp)
 {
   struct requestlist *runp;
@@ -212,7 +210,6 @@ static void *handle_requests (void *arg);
 /* The main function of the async I/O handling.  It enqueues requests
    and if necessary starts and handles threads.  */
 struct requestlist *
-internal_function
 __gai_enqueue_request (struct gaicb *gaicbp)
 {
   struct requestlist *newp;
index 6679d2b7d5f5f88ba9483eb61fcf082951f63958..95d14ed54f96d1cf7945af1a217b1516ce89a093 100644 (file)
@@ -75,27 +75,21 @@ extern pthread_mutex_t __gai_requests_mutex;
 
 
 /* Enqueue request.  */
-extern struct requestlist *__gai_enqueue_request (struct gaicb *gaicbp)
-     internal_function;
+extern struct requestlist *__gai_enqueue_request (struct gaicb *gaicbp);
 
 /* Find request on wait list.  */
-extern struct requestlist *__gai_find_request (const struct gaicb *gaicbp)
-     internal_function;
+extern struct requestlist *__gai_find_request (const struct gaicb *gaicbp);
 
 /* Remove request from waitlist.  */
-extern int __gai_remove_request (struct gaicb *gaicbp)
-     internal_function;
+extern int __gai_remove_request (struct gaicb *gaicbp);
 
 /* Notify initiator of request and tell this everybody listening.  */
-extern void __gai_notify (struct requestlist *req)
-     internal_function;
+extern void __gai_notify (struct requestlist *req);
 
 /* Notify initiator of request.  */
-extern int __gai_notify_only (struct sigevent *sigev, pid_t caller_pid)
-     internal_function;
+extern int __gai_notify_only (struct sigevent *sigev, pid_t caller_pid);
 
 /* Send the signal.  */
-extern int __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid)
-     internal_function;
+extern int __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid);
 
 #endif /* gai_misc.h */
index 2056aee5e8aef5956f33c525b39553dc1541e081..50597fcb8bc83f401c20516d47782fa010ee2232 100644 (file)
@@ -42,7 +42,6 @@ notify_func_wrapper (void *arg)
 
 
 int
-internal_function
 __gai_notify_only (struct sigevent *sigev, pid_t caller_pid)
 {
   int result = 0;
@@ -94,7 +93,6 @@ __gai_notify_only (struct sigevent *sigev, pid_t caller_pid)
 
 
 void
-internal_function
 __gai_notify (struct requestlist *req)
 {
   struct waitlist *waitlist;
index ebc1e5ed46ffc7110ea61ae121bd5a8a971b7bbf..06e1e4d7b2c5a2e56cfde118d587cfb04f627aa2 100644 (file)
@@ -22,7 +22,6 @@
 #include <gai_misc.h>
 
 int
-internal_function
 __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid)
 {
   __set_errno (ENOSYS);
index 01c45ce8b79bec56d240f0a2d96c4c791528e8b3..c4d38c0f951013e51a4fc6eaa8a9b82e146abe5a 100644 (file)
  * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
  */
 
-static const char *inet_ntop4 (const u_char *src, char *dst, socklen_t size)
-     internal_function;
-static const char *inet_ntop6 (const u_char *src, char *dst, socklen_t size)
-     internal_function;
+static const char *inet_ntop4 (const u_char *src, char *dst, socklen_t size);
+static const char *inet_ntop6 (const u_char *src, char *dst, socklen_t size);
 
 /* char *
  * inet_ntop(af, src, dst, size)
@@ -79,7 +77,6 @@ libc_hidden_def (inet_ntop)
  *     Paul Vixie, 1996.
  */
 static const char *
-internal_function
 inet_ntop4 (const u_char *src, char *dst, socklen_t size)
 {
        static const char fmt[] = "%u.%u.%u.%u";
@@ -99,7 +96,6 @@ inet_ntop4 (const u_char *src, char *dst, socklen_t size)
  *     Paul Vixie, 1996.
  */
 static const char *
-internal_function
 inet_ntop6 (const u_char *src, char *dst, socklen_t size)
 {
        /*
index 0f7b459b5e154c7f00ad94829c63ec251951bb42..d19562bc5847f7e3ea8f37c8e35673ac3a647dca 100644 (file)
@@ -30,7 +30,6 @@
 
 /* Return any pending signal or wait for one for the given time.  */
 int
-internal_function
 __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid)
 {
   siginfo_t info;