diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:06 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:06 +0200 |
commit | c4d767f7f35efa43f072d494185f1cea4a7bd871 (patch) | |
tree | a06ac672e713345b827a31c47bc8f86ff487f0c6 /ChangeLog | |
parent | b22974092d09a61fdb371b28837175bb616e78cf (diff) | |
download | glibc-c4d767f7f35efa43f072d494185f1cea4a7bd871.zip glibc-c4d767f7f35efa43f072d494185f1cea4a7bd871.tar.gz glibc-c4d767f7f35efa43f072d494185f1cea4a7bd871.tar.bz2 |
__libc_rpc_getport: Remove internal_function attribute
This function has a hidden alias and is therefore expected to be
called across DSO boundaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-08-13 Florian Weimer <fweimer@redhat.com> + * include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove + internal_function. + * sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise. + +2017-08-13 Florian Weimer <fweimer@redhat.com> + * grp/grp-merge.h (__copy_grp, __merge_grp): Remove internal_function. * grp/grp-merge.c (__copy_grp, __merge_grp): Likewise. |