[haiku-commits] r38963 - haiku/trunk/headers/posix

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Oct 2010 09:24:14 +0200 (CEST)

Author: axeld
Date: 2010-10-13 09:24:14 +0200 (Wed, 13 Oct 2010)
New Revision: 38963
Changeset: http://dev.haiku-os.org/changeset/38963

Modified:
   haiku/trunk/headers/posix/fcntl.h
Log:
* Removed the non-implemented O_TEMPORARY.


Modified: haiku/trunk/headers/posix/fcntl.h
===================================================================
--- haiku/trunk/headers/posix/fcntl.h   2010-10-13 06:26:53 UTC (rev 38962)
+++ haiku/trunk/headers/posix/fcntl.h   2010-10-13 07:24:14 UTC (rev 38963)
@@ -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(),


Other related posts:

  • » [haiku-commits] r38963 - haiku/trunk/headers/posix - axeld