Eric Andersen 21 سال پیش
والد
کامیت
d3077ff7af
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      libc/sysdeps/linux/mips/bits/fcntl.h
  2. 1 1
      libc/sysdeps/linux/sparc/bits/fcntl.h

+ 1 - 1
libc/sysdeps/linux/mips/bits/fcntl.h

@@ -48,7 +48,7 @@
 # define O_NOFOLLOW	0x20000	/* Do not follow links.	 */
 # define O_DIRECT	0x8000	/* Direct disk access hint.  */
 # define O_DIRECTORY	0x10000	/* Must be a directory.	 */
-# define O_STREAMING	04000000/* streaming access */
+# define O_STREAMING	0x4000000/* streaming access */
 #endif
 
 #define O_NDELAY	O_NONBLOCK

+ 1 - 1
libc/sysdeps/linux/sparc/bits/fcntl.h

@@ -43,7 +43,7 @@
 #ifdef __USE_GNU
 # define O_DIRECTORY	0x10000 /* must be a directory */
 # define O_NOFOLLOW	0x20000 /* don't follow links */
-# define O_STREAMING	04000000/* streaming access */
+# define O_STREAMING	0x4000000/* streaming access */
 #endif
 
 #ifdef __USE_LARGEFILE64