aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/dirstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/dirstream.h')
-rw-r--r--sysdeps/posix/dirstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/posix/dirstream.h b/sysdeps/posix/dirstream.h
index a7a074d357..8e8570dd48 100644
--- a/sysdeps/posix/dirstream.h
+++ b/sysdeps/posix/dirstream.h
@@ -39,6 +39,8 @@ struct __dirstream
off_t filepos; /* Position of next entry to read. */
+ int errcode; /* Delayed error code. */
+
/* Directory block. */
char data[0] __attribute__ ((aligned (__alignof__ (void*))));
};