-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1993 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
if (errno != 0)
{
+ save = errno;
(void) closedir (dp);
+ errno = save;
return -1;
}
+ (void) closedir (dp);
errno = save;
/* Sort the list if we have a comparison function to sort with. */