mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 07:24:22 +08:00
(O_NOFOLLOW): Define, if necessary.
This commit is contained in:
parent
6ed15904b1
commit
bd80c2e5a7
@ -34,6 +34,10 @@
|
||||
|
||||
#include "fcntl--.h" /* for the open->open_safer mapping */
|
||||
|
||||
#if !defined O_NOFOLLOW
|
||||
# define O_NOFOLLOW 0
|
||||
#endif
|
||||
|
||||
/* Assuming we can use open-with-O_NOFOLLOW, open DIR and fchdir into it --
|
||||
but fail (setting errno to EACCES) if anyone replaces it with a symlink,
|
||||
or otherwise changes its type. Return zero upon success. */
|
||||
|
Loading…
Reference in New Issue
Block a user