OSDN Git Service

Octal to hex
authorEric Andersen <andersen@codepoet.org>
Wed, 9 Oct 2002 20:39:41 +0000 (20:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 9 Oct 2002 20:39:41 +0000 (20:39 -0000)
libc/sysdeps/linux/mips/bits/fcntl.h
libc/sysdeps/linux/sparc/bits/fcntl.h

index fe40bea..1a2d40c 100644 (file)
@@ -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
index 9e31c85..12e9cff 100644 (file)
@@ -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