about summary refs log tree commit diff
path: root/resolv/gai_notify.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 16:07:52 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 16:07:52 +0200
commit59bd52b087671504bff3176e8417e56da1ca2085 (patch)
treeecfdbcb11829e1d9a27e75ae2d1745db38f364be /resolv/gai_notify.c
parentfc3d94979e1f04df2014b4c1a01c39a0a74f12c3 (diff)
downloadglibc-59bd52b087671504bff3176e8417e56da1ca2085.tar.gz
glibc-59bd52b087671504bff3176e8417e56da1ca2085.tar.xz
glibc-59bd52b087671504bff3176e8417e56da1ca2085.zip
resolv: Remove internal_function attribute
Diffstat (limited to 'resolv/gai_notify.c')
-rw-r--r--resolv/gai_notify.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/resolv/gai_notify.c b/resolv/gai_notify.c
index 2056aee5e8..50597fcb8b 100644
--- a/resolv/gai_notify.c
+++ b/resolv/gai_notify.c
@@ -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;