1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

__opensock: Remove internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-17 10:18:04 +02:00
parent 67f0aff0c6
commit 038d1cafaf
4 changed files with 9 additions and 3 deletions

View File

@ -24,7 +24,7 @@
/* Return a socket of any type. The socket can be used in subsequent
ioctl calls to talk to the kernel. */
int internal_function
int
__opensock (void)
{
static int last_family; /* Available socket family we will use. */