From 038d1cafafb3094a9fbebd35f4aa8d0ebae0e55b Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 17 Aug 2017 10:18:04 +0200 Subject: __opensock: Remove internal_function attribute --- include/sys/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sys/socket.h b/include/sys/socket.h index a00ab3cf93..baec6e6439 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -20,7 +20,7 @@ extern int __socketpair (int __domain, int __type, int __protocol, /* Return a socket of any type. The socket can be used in subsequent ioctl calls to talk to the kernel. */ -extern int __opensock (void) internal_function attribute_hidden; +extern int __opensock (void) attribute_hidden; /* Put the address of the peer connected to socket FD into *ADDR (which is *LEN bytes long), and its actual length into *LEN. */ -- cgit v1.2.3