search for: 526c25a

Displaying 1 result from an estimated 1 matches for "526c25a".

Did you mean: 256c256
2014 Apr 09
0
[klibc:master] Remove obsolete enum _IO_file_flags
...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/stdioint.h +++ b/usr/klibc/stdio/stdioint.h @@ -28,15 +28,6 @@ struct _IO_file_pvt { #define stdio_pvt(x) container_of(x, struct _IO_file_pvt, pub) -enum _IO_file_flags { - _IO_FILE_FLAG_WRITE = 1, /* Buffer has write data */ - _IO_FILE_FLAG_READ = 2, /*...