opendir change: refinement
Change-Id: I90cc6929c9e7678da8e200688dcd40441efe030f
This commit is contained in:
parent
4505b4a30a
commit
95513e73da
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static DIR *__opendir_common(int, const char *, int);
|
|||
|
||||
__weak_alias(fdopendir,_fdopendir)
|
||||
|
||||
#ifdef __weak_alias
|
||||
#if defined(__weak_alias) && defined(__minix)
|
||||
__weak_alias(opendir,__opendir230)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue