1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

dirent: Remove internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 16:02:40 +02:00
parent 18c54facf1
commit fc3d94979e
7 changed files with 18 additions and 15 deletions

View File

@ -76,7 +76,6 @@ struct kernel_dirent64
reset the file descriptor. In practice the kernel is limiting the
amount of data returned much more then the reduced buffer size. */
ssize_t
internal_function
__GETDENTS (int fd, char *buf, size_t nbytes)
{
ssize_t retval;