* 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:
Axel Dörfler 2010-10-13 07:24:14 +00:00
parent 8f0c2a388c
commit 14f487c4de

View File

@ -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.
*/
#ifndef _FCNTL_H
@ -57,9 +57,7 @@
#define O_DIRECT O_NOCACHE
#define O_DIRECTORY 0x00200000 /* fail if not a directory */
/* TODO: currently not implemented additions: */
#define O_TEMPORARY 0x00400000 /* used to avoid writing temporary files to disk */
/* flags for the *at() functions */
#define AT_FDCWD (-1) /* CWD FD for the *at() functions */
#define AT_SYMLINK_NOFOLLOW 0x01 /* fstatat(), fchmodat(), fchownat(),