From 14f487c4de006008bc79318c35bc9728bfabb23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 13 Oct 2010 07:24:14 +0000 Subject: [PATCH] * Removed the non-implemented O_TEMPORARY. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38963 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/fcntl.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/headers/posix/fcntl.h b/headers/posix/fcntl.h index 33d2565e9c..2b8d23c39e 100644 --- a/headers/posix/fcntl.h +++ b/headers/posix/fcntl.h @@ -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(),