From d3077ff7af4bf39ad259d36b4f50302b15292233 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Oct 2002 20:39:41 +0000 Subject: Octal to hex --- libc/sysdeps/linux/mips/bits/fcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips/bits/fcntl.h') diff --git a/libc/sysdeps/linux/mips/bits/fcntl.h b/libc/sysdeps/linux/mips/bits/fcntl.h index fe40bea63..1a2d40cd7 100644 --- a/libc/sysdeps/linux/mips/bits/fcntl.h +++ b/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 -- cgit v1.2.3