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 /dirent/scandir-tail.c | |
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 'dirent/scandir-tail.c')
-rw-r--r-- | dirent/scandir-tail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dirent/scandir-tail.c b/dirent/scandir-tail.c index 7810fb4d42..068c644c4e 100644 --- a/dirent/scandir-tail.c +++ b/dirent/scandir-tail.c @@ -28,7 +28,6 @@ # define DIRENT_TYPE struct dirent #endif -internal_function int SCANDIR_TAIL (DIR *dp, DIRENT_TYPE ***namelist, |