Costmetic
This commit is contained in:
parent
006f4a5818
commit
fe315f867a
@ -186,6 +186,8 @@ int host_dup(int fd)
|
|||||||
|
|
||||||
void *host_opendir(const char *name)
|
void *host_opendir(const char *name)
|
||||||
{
|
{
|
||||||
|
/* Return the host DIR pointer */
|
||||||
|
|
||||||
return (void *)opendir(name);
|
return (void *)opendir(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user