mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
__opensock: Remove internal_function attribute
This commit is contained in:
@ -21,7 +21,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)
|
||||
{
|
||||
/* Cache the last AF that worked, to avoid many redundant calls to
|
||||
|
Reference in New Issue
Block a user