Opened 7 years ago

Closed 7 years ago

#13435 closed bug (fixed)

POSIX: define PIPE_BUF

Reported by: korli Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

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.

Change History (1)

comment:1 by korli, 7 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev51109.

Note: See TracTickets for help on using tickets.