X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibc.so_src%2Fstdio_int.h;h=c56338cfc4fb9ca94c68d57524a48fbdf8d02ce6;hb=8735311896d1bd38ae79f1aa604ed81712bd5d97;hp=92c598d40b2566cbb1108d3ff23531360b1061c9;hpb=ab04abef852c7f3c999092a5f25865fbd5981c20;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libc.so_src/stdio_int.h b/Usermode/Libraries/libc.so_src/stdio_int.h index 92c598d4..c56338cf 100644 --- a/Usermode/Libraries/libc.so_src/stdio_int.h +++ b/Usermode/Libraries/libc.so_src/stdio_int.h @@ -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