about summary refs log tree commit diff
path: root/inet/inet6_option.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 17:35:16 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 18:52:00 +0200
commit9da93bd7c64ed38e95fe307ed3d33a73e389d6b6 (patch)
treed18b30e58bbfbd1f9ec1e0353fcb9b72bc82569d /inet/inet6_option.c
parentc0c49d60cfeff3b2aa801d6598143a073989654a (diff)
downloadglibc-9da93bd7c64ed38e95fe307ed3d33a73e389d6b6.tar.gz
glibc-9da93bd7c64ed38e95fe307ed3d33a73e389d6b6.tar.xz
glibc-9da93bd7c64ed38e95fe307ed3d33a73e389d6b6.zip
inet: Remove internal_function attribute
Diffstat (limited to 'inet/inet6_option.c')
-rw-r--r--inet/inet6_option.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/inet/inet6_option.c b/inet/inet6_option.c
index f6d9b5dffe..b37db47dbb 100644
--- a/inet/inet6_option.c
+++ b/inet/inet6_option.c
@@ -24,7 +24,6 @@
 
 
 static void
-internal_function
 add_pad (struct cmsghdr *cmsg, int len)
 {
   unsigned char *p = CMSG_DATA (cmsg) + cmsg->cmsg_len - CMSG_LEN (0);