mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-20 22:32:17 +02:00
(AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the same value as for Solaris 9.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* provide a replacement openat function
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -28,12 +28,7 @@
|
||||
|
||||
#ifndef AT_FDCWD
|
||||
# define AT_FDCWD (-3041965) /* same value as Solaris 9 */
|
||||
|
||||
enum
|
||||
{
|
||||
/* FIXME: use same value Solaris uses */
|
||||
AT_SYMLINK_NOFOLLOW = 100
|
||||
};
|
||||
# define AT_SYMLINK_NOFOLLOW 4096 /* same value as Solaris 9 */
|
||||
|
||||
# ifdef __OPENAT_PREFIX
|
||||
# undef openat
|
||||
|
||||
Reference in New Issue
Block a user