Usermode/libc - Fix edge case crash with realloc on last block
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / stdio_int.h
index 92c598d..c56338c 100644 (file)
@@ -21,6 +21,7 @@
 
 #define FILE_FLAG_EOF          0x0100
 #define FILE_FLAG_LINEBUFFERED 0x1000  // Flush when '\n' encountered
+#define FILE_FLAG_OURBUFFER    0x2000  // Buffer is owned by stdio
 
 #define FILE_FLAG_ALLOC        0x8000  // Internal 'is used' flag
 

UCC git Repository :: git.ucc.asn.au