[haiku-bugs] [Haiku] #13435: POSIX: define PIPE_BUF

  • From: "korli" <trac@xxxxxxxxxxxx>
  • Date: Tue, 18 Apr 2017 05:17:37 -0000

#13435: POSIX: define PIPE_BUF
--------------------------+------------------------------
 Reporter:  korli         |        Owner:  nobody
     Type:  bug           |       Status:  new
 Priority:  normal        |    Milestone:  Unscheduled
Component:  System/POSIX  |      Version:  R1/Development
 Keywords:                |   Blocked By:
 Blocking:                |  Has a Patch:  0
 Platform:  All           |
--------------------------+------------------------------
 The value to be used for PIPE_BUF is defined here
 
https://github.com/haiku/haiku/blob/master/headers/private/system/vfs_defs.h#L29

 From
 http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
 {{{
 {PIPE_BUF}
 Maximum number of bytes that is guaranteed to be atomic when writing to a
 pipe.
 Minimum Acceptable Value: {_POSIX_PIPE_BUF}
 }}}

 Used by Samba.

--
Ticket URL: <https://dev.haiku-os.org/ticket/13435>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: