diff options
Diffstat (limited to 'src/user/lib/include/bits/file.h')
-rw-r--r-- | src/user/lib/include/bits/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/lib/include/bits/file.h b/src/user/lib/include/bits/file.h index 74a8c17..e50d402 100644 --- a/src/user/lib/include/bits/file.h +++ b/src/user/lib/include/bits/file.h @@ -5,5 +5,6 @@ struct FILE { int fd; int pos; bool eof; + bool error; }; typedef struct FILE FILE; |