diff options
author | dzwdz | 2023-08-24 19:10:35 +0200 |
---|---|---|
committer | dzwdz | 2023-08-24 19:10:35 +0200 |
commit | 3e09037780ca95633749be3acd52e817eed7f98c (patch) | |
tree | 83bcf5026cd4383809c81c5f38473a6b1e46755e /src/libc/stdio/file.h | |
parent | 292b2386d766826b15f5ca084d37aa2c485fdda6 (diff) |
libc: get most of binutils to compile
Diffstat (limited to 'src/libc/stdio/file.h')
-rw-r--r-- | src/libc/stdio/file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libc/stdio/file.h b/src/libc/stdio/file.h index 3bd64a1..86d33c1 100644 --- a/src/libc/stdio/file.h +++ b/src/libc/stdio/file.h @@ -11,4 +11,7 @@ struct _LIBC_FILE { char *readbuf; size_t rblen, rbcap; + + bool pushedback; + char pushback; }; |