search for: 586afb4

Displaying 2 results from an estimated 2 matches for "586afb4".

Did you mean: 586aab4
2016 Jan 06
0
[klibc:master] MIPS: Update archfcntl.h
...> Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> --- usr/include/arch/mips/klibc/archfcntl.h | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/usr/include/arch/mips/klibc/archfcntl.h b/usr/include/arch/mips/klibc/archfcntl.h index 2e57116..586afb4 100644 --- a/usr/include/arch/mips/klibc/archfcntl.h +++ b/usr/include/arch/mips/klibc/archfcntl.h @@ -19,7 +19,6 @@ #define O_WRONLY 0x0001 #define O_RDWR 0x0002 #define O_APPEND 0x0008 -#define O_SYNC 0x0010 #define O_NONBLOCK 0x0080 #define O_CREAT 0x0100 #define O_TRUNC 0x0200...
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various architectures that we've applied in Debian. Ben. Aurelien Jarno (1): ppc64: fix struct stat Ben Hutchings (2): MIPS: Update archfcntl.h syscalls: Override detection of direct socket syscalls on i386, m68k, s390 Helge Deller (1): Add pread and pwrite 32bit syscall wrappers for parisc Mauricio Faria de Oliveira