]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(O_NOLINKS): Define to 0 if not already defined.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Mar 2006 07:20:35 +0000 (07:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Mar 2006 07:20:35 +0000 (07:20 +0000)
src/system.h

index a9244f04cdc5ee977409bc142e21ef1c5744086e..c4534947a3ccd31c082c223afeecb5639248299d 100644 (file)
@@ -193,6 +193,10 @@ initialize_exit_failure (int status)
 # define O_NOFOLLOW 0
 #endif
 
+#if !defined O_NOLINKS
+# define O_NOLINKS 0
+#endif
+
 #if !defined O_RSYNC
 # define O_RSYNC 0
 #endif