about summary refs log tree commit diff
path: root/sysdeps/unix/opendir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/opendir.c')
-rw-r--r--sysdeps/unix/opendir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/opendir.c b/sysdeps/unix/opendir.c
index 4df06ed7b8..77f2a0a490 100644
--- a/sysdeps/unix/opendir.c
+++ b/sysdeps/unix/opendir.c
@@ -80,7 +80,6 @@ __opendir (const char *name)
   lose:
     {
       save_errno = errno;
-    lose2:
       (void) __close (fd);
       __set_errno (save_errno);
       return NULL;