2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 POSIX function closedir().
12 /*****************************************************************************
26 dir - the directory stream pointing to the directory being closed
29 The closedir() function returns 0 on success or -1 on
39 close(), opendir(), readdir(), rewinddir(), seekdir(),
44 ******************************************************************************/
52 if (close(dir
->fd
) == -1)