Displaying 2 results from an estimated 2 matches for "_io_file_flags".
2014 Apr 09
0
[klibc:master] Remove obsolete enum _IO_file_flags
...klibc/klibc.git;a=commit;h=e845d9b10c5699ef5f2f41a117f2211508f3d6bf
Author: H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Wed, 9 Apr 2014 16:41:47 -0700
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Wed, 9 Apr 2014 16:41:47 -0700
[klibc] Remove obsolete enum _IO_file_flags
This enum is not used anywhere.
Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>
---
usr/klibc/stdio/stdioint.h | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/usr/klibc/stdio/stdioint.h b/usr/klibc/stdio/stdioint.h
index 526c25a..724c657 100644
--- a/usr/klibc/stdio/std...
2012 May 31
1
klibc 2.0 release
...data pointer
[klibc] Bypass stdio buffering for large I/O
[klibc] Change OPEN_MAX to 256
[klibc] Remove stdio internals from <stdio.h>
[klibc] Remove unused fputc implementation
[klibc] Make __parse_open_mode handle "e" for O_CLOEXEC
[klibc] Move _IO_file_flags from stdio.h to stdioint.h
[klibc] Add zalloc() function
[klibc] Restructure the FILE object to allow simple inlines
[klibc] Fix confusion between _IONBF and _IOFBF
[klibc] Make byte counters in stdio unsigned
[klibc] fflush: discard input data
[klibc] fseek: rep...