From 3e09037780ca95633749be3acd52e817eed7f98c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 24 Aug 2023 19:10:35 +0200 Subject: libc: get most of binutils to compile --- src/libc/stdio/file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libc/stdio/file.h') 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; }; -- cgit v1.2.3