[haiku-bugs] Re: [Haiku] #4947: Identify Missing/Incorrect POSIX Functionality

  • From: "kallisti5" <trac@xxxxxxxxxxxx>
  • Date: Thu, 12 Jan 2012 17:25:51 -0000

#4947: Identify Missing/Incorrect POSIX Functionality
----------------------------+----------------------------
   Reporter:  bonefish      |      Owner:  nobody
       Type:  enhancement   |     Status:  new
   Priority:  normal        |  Milestone:  R1
  Component:  System/POSIX  |    Version:  R1/Development
 Resolution:                |   Keywords:
 Blocked By:                |   Blocking:
Has a Patch:  0             |   Platform:  All
----------------------------+----------------------------

Comment (by kallisti5):

 '''In fcntl.h:'''


 Added definitions - F_GETOWN , F_SETOWN , O_EXEC , O_SEARCH , O_TTY_INIT


 int posix_fadvise(int, off_t, off_t, int);
 int posix_fallocate(int, off_t, off_t);

 POSIX_FADV_DONTNEED
 POSIX_FADV_NOREUSE
 POSIX_FADV_NORMAL
 POSIX_FADV_RANDOM
 POSIX_FADV_SEQUENTIAL
 POSIX_FADV_WILLNEED


 '''In fcntl.cpp:'''


 Implemented posix_fadvise & posix_fallocate. I don't know the code so just
 for initialization, added error returning code (as suggested by mmu_man in
 IRC)


 '''In ctype.h:'''


 Declared the locale functions.


 '''In ctype.cpp:'''


 Implemented the locale functions from refering the header file.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/4947#comment:7>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: