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 /sysdeps/mach/hurd/opendir.c | |
parent | 18c54facf1ba6125abab0eb6080630c1847e8819 (diff) | |
download | glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.zip glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.gz glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.bz2 |
dirent: Remove internal_function attribute
Diffstat (limited to 'sysdeps/mach/hurd/opendir.c')
-rw-r--r-- | sysdeps/mach/hurd/opendir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/opendir.c b/sysdeps/mach/hurd/opendir.c index d3757f0..2e1d1a0 100644 --- a/sysdeps/mach/hurd/opendir.c +++ b/sysdeps/mach/hurd/opendir.c @@ -69,7 +69,6 @@ _hurd_fd_opendir (struct hurd_fd *d) DIR * -internal_function __opendirat (int dfd, const char *name) { if (name[0] == '\0') |