mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
NSS: Do not use internal_function for functions with hidden aliases
Such functions are called across DSO boundaries and should not use a non-standard ABI.
This commit is contained in:
@ -36,7 +36,6 @@
|
||||
})
|
||||
|
||||
int
|
||||
internal_function
|
||||
__copy_grp (const struct group srcgrp, const size_t buflen,
|
||||
struct group *destgrp, char *destbuf, char **endptr)
|
||||
{
|
||||
@ -117,7 +116,6 @@ libc_hidden_def (__copy_grp)
|
||||
/* Check that the name, GID and passwd fields match, then
|
||||
copy in the gr_mem array. */
|
||||
int
|
||||
internal_function
|
||||
__merge_grp (struct group *savedgrp, char *savedbuf, char *savedend,
|
||||
size_t buflen, struct group *mergegrp, char *mergebuf)
|
||||
{
|
||||
|
Reference in New Issue
Block a user