diff options
Diffstat (limited to 'sysdeps/stub/direntry.h')
-rw-r--r-- | sysdeps/stub/direntry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/stub/direntry.h b/sysdeps/stub/direntry.h index 4b22f31bd6..2f7dca78aa 100644 --- a/sysdeps/stub/direntry.h +++ b/sysdeps/stub/direntry.h @@ -20,4 +20,5 @@ struct dirent { char d_name[1]; /* Variable length. */ + int d_fileno; }; |