[uClibc][PATCH] First files for MIPS dynamic loader...

Steven J. Hill sjhill at cotw.com
Thu Mar 21 21:10:05 UTC 2002


Erik Andersen wrote:
> 
> > diff -urN uclibc/libc/sysdeps/linux/mips/bits/fcntl.h uclibc-patched/libc/sysdeps/linux/mips/bits/fcntl.h
> > --- uclibc/libc/sysdeps/linux/mips/bits/fcntl.h       Wed Nov 14 01:37:42 2001
> > +++ uclibc-patched/libc/sysdeps/linux/mips/bits/fcntl.h       Tue Mar 12 10:26:12 2002
> > @@ -30,7 +30,7 @@
> >  #define O_RDONLY     0x0000
> >  #define O_WRONLY     0x0001
> >  #define O_RDWR               0x0002
> > -#define O_APPEND     0x0008
> > +#define O_APPEND     0x0400
> 
> Are you _absolutely_ confident about this change?  This does
> not seem to be in sync with linux/include/asm-mips/fcntl.h
> 
Forget this patch. A compile error and # preprocessor directive
was causing the problem originally and appears to have been fixed.

-Steve

-- 
 Steven J. Hill - Embedded SW Engineer



More information about the uClibc mailing list