1
0
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:
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

@ -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