* Removed the non-implemented O_TEMPORARY.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2009, Haiku Inc. All Rights Reserved.
|
* Copyright 2002-2010, Haiku Inc. All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _FCNTL_H
|
#ifndef _FCNTL_H
|
||||||
@@ -57,9 +57,7 @@
|
|||||||
#define O_DIRECT O_NOCACHE
|
#define O_DIRECT O_NOCACHE
|
||||||
#define O_DIRECTORY 0x00200000 /* fail if not a directory */
|
#define O_DIRECTORY 0x00200000 /* fail if not a directory */
|
||||||
|
|
||||||
/* TODO: currently not implemented additions: */
|
/* flags for the *at() functions */
|
||||||
#define O_TEMPORARY 0x00400000 /* used to avoid writing temporary files to disk */
|
|
||||||
|
|
||||||
#define AT_FDCWD (-1) /* CWD FD for the *at() functions */
|
#define AT_FDCWD (-1) /* CWD FD for the *at() functions */
|
||||||
|
|
||||||
#define AT_SYMLINK_NOFOLLOW 0x01 /* fstatat(), fchmodat(), fchownat(),
|
#define AT_SYMLINK_NOFOLLOW 0x01 /* fstatat(), fchmodat(), fchownat(),
|
||||||
|
|||||||
Reference in New Issue
Block a user