[haiku-bugs] [Haiku] #6714: unimplemented in posix/fcntl.h

  • From: "scottmc" <trac@xxxxxxxxxxxx>
  • Date: Tue, 12 Oct 2010 23:34:26 -0000

#6714: unimplemented in posix/fcntl.h
----------------------------+-----------------------------------------------
   Reporter:  scottmc       |        Owner:  nobody   
       Type:  bug           |       Status:  new      
   Priority:  normal        |    Milestone:  R1       
  Component:  System/POSIX  |      Version:  R1/alpha2
   Keywords:                |   Blocked By:           
Has a Patch:  0             |     Platform:  All      
   Blocking:                |  
----------------------------+-----------------------------------------------
 Saw this TODO buried in fcntl.h, not sure if any of the missing
 functionality is holding anything up, but figured opening a ticket might
 help it be seen by devs looking for something to work on.

 {{{
 /* TODO: currently not implemented additions: */
 #define O_TEMPORARY     0x00400000  /* used to avoid writing temporary
 files to disk */

 #define AT_FDCWD        (-1)        /* CWD FD for the *at() functions */

 #define AT_SYMLINK_NOFOLLOW 0x01    /* fstatat(), fchmodat(), fchownat(),
                                                 utimensat() */
 #define AT_SYMLINK_FOLLOW   0x02    /* linkat() */
 #define AT_REMOVEDIR        0x04    /* unlinkat() */
 #define AT_EACCESS          0x08    /* faccessat() */
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6714>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: