diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 21:38:57 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 21:38:57 +0000 |
commit | f32600208f4e9db972eb47f7d4959994b31199e6 (patch) | |
tree | 2a9b75b74b8cf126b816ee32a36727977b5c3de3 /libc/misc/glob/glob.c | |
parent | 01015a4321d2af6b665a90a20ea349f02bde6f81 (diff) |
Convert all users of earlier hiddens
Diffstat (limited to 'libc/misc/glob/glob.c')
-rw-r--r-- | libc/misc/glob/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/glob/glob.c b/libc/misc/glob/glob.c index 795030388..aa90ae418 100644 --- a/libc/misc/glob/glob.c +++ b/libc/misc/glob/glob.c @@ -428,7 +428,7 @@ glob_in_dir (pattern, directory, flags, errfunc, pglob) } else { - struct dirent *d = readdir ((DIR *) stream); + struct dirent *d = __readdir ((DIR *) stream); if (d == NULL) break; if (! (d->d_ino != 0)) |