diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:07:52 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:07:52 +0200 |
commit | 59bd52b087671504bff3176e8417e56da1ca2085 (patch) | |
tree | ecfdbcb11829e1d9a27e75ae2d1745db38f364be /resolv/gai_notify.c | |
parent | dirent: Remove internal_function attribute (diff) | |
download | glibc-59bd52b087671504bff3176e8417e56da1ca2085.tar.gz glibc-59bd52b087671504bff3176e8417e56da1ca2085.tar.bz2 glibc-59bd52b087671504bff3176e8417e56da1ca2085.zip |
resolv: Remove internal_function attribute
Diffstat (limited to 'resolv/gai_notify.c')
-rw-r--r-- | resolv/gai_notify.c | 2 |
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; |