diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:02:40 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:02:40 +0200 |
commit | fc3d94979e1f04df2014b4c1a01c39a0a74f12c3 (patch) | |
tree | 681ae8a545b62f61a665515c902fd27b25e631b6 /ChangeLog | |
parent | 18c54facf1ba6125abab0eb6080630c1847e8819 (diff) | |
download | glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.gz glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.bz2 glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.zip |
dirent: Remove internal_function attribute
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2017-08-31 Florian Weimer <fweimer@redhat.com> + * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function. + * include/dirent.h (__opendirat, __getdents, __getdents64) + (__alloc_dir, __scandir_tail, __scandir64_tail): Likewise. + * sysdeps/posix/opendir.c (__opendirat, __alloc_dir): Likewise. + * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise. + * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64): + Likewise. + * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Likewise. + +2017-08-31 Florian Weimer <fweimer@redhat.com> + * sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove internal_function. (GETCWD_RETURN_TYPE): Likewise. |