mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
__opensock: Remove internal_function attribute
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user