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/posix/opendir.c | |
parent | 18c54facf1ba6125abab0eb6080630c1847e8819 (diff) | |
download | glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.gz glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.xz glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.zip |
dirent: Remove internal_function attribute
Diffstat (limited to 'sysdeps/posix/opendir.c')
-rw-r--r-- | sysdeps/posix/opendir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/posix/opendir.c b/sysdeps/posix/opendir.c index 880ebc904c..99869b4eb4 100644 --- a/sysdeps/posix/opendir.c +++ b/sysdeps/posix/opendir.c @@ -139,7 +139,6 @@ opendir_tail (int fd) #if IS_IN (libc) DIR * -internal_function __opendirat (int dfd, const char *name) { if (__glibc_unlikely (invalid_name (name))) @@ -193,7 +192,6 @@ __opendir (const char *name) weak_alias (__opendir, opendir) DIR * -internal_function __alloc_dir (int fd, bool close_fd, int flags, const struct stat64 *statp) { /* We have to set the close-on-exit flag if the user provided the |