From ec5d5a4d92e5f1bece6dc066248f9102951ae9af Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 20 Nov 2000 07:55:22 +0000 Subject: [PATCH] (O_NOFOLLOW): Use same value defined in /usr/include/asm-mips/fcntl.h. --- sysdeps/unix/sysv/linux/mips/bits/fcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h index 14593da..5657c32 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h @@ -45,7 +45,7 @@ #endif #ifdef __USE_GNU -# define O_NOFOLLOW 0x4000 /* Do not follow links. */ +# define O_NOFOLLOW 0x20000 /* Do not follow links. */ # define O_DIRECT 0x8000 /* Direct disk access hint. */ # define O_DIRECTORY 0x10000 /* Must be a directory. */ #endif -- 2.7.4