summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/opendir.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-16 08:34:04 +0000
committerRoland McGrath <roland@gnu.org>2005-10-16 08:34:04 +0000
commit4b2faf49ce99f8bb1efd34e15022bda59ebbf67d (patch)
tree0f7c0742b8aa7fc0bd1cdf55d9df2e7b5405ccd4 /sysdeps/mach/hurd/opendir.c
parent9b0c3f38d3850dad8f99f93c5d108a628e015ef1 (diff)
downloadglibc-4b2faf49ce99f8bb1efd34e15022bda59ebbf67d.tar.gz
2005-10-15 Thomas Schwinge <tschwinge@gnu.org>
* include/dirent.h: Include <stdbool.h>. * sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>. (fdopendir): Correct argument to _hurd_fd_get(). * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
Diffstat (limited to 'sysdeps/mach/hurd/opendir.c')
-rw-r--r--sysdeps/mach/hurd/opendir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/opendir.c b/sysdeps/mach/hurd/opendir.c
index 949db0fff5..5b10142d39 100644
--- a/sysdeps/mach/hurd/opendir.c
+++ b/sysdeps/mach/hurd/opendir.c
@@ -110,8 +110,6 @@ __opendir (const char *name)
if (dirp == NULL)
__close (fd);
- }
-
return dirp;
}
weak_alias (__opendir, opendir)