View | Details | Raw Unified | Return to bug 227635
Collapse All | Expand All

(-)sys/sys/syslimits.h (-1 / +1 lines)
Lines 61-67 Link Here
61
#ifndef OPEN_MAX
61
#ifndef OPEN_MAX
62
#define	OPEN_MAX		   64	/* max open files per process */
62
#define	OPEN_MAX		   64	/* max open files per process */
63
#endif
63
#endif
64
#define	PATH_MAX		 1024	/* max bytes in pathname */
64
#define	PATH_MAX		 4096	/* max bytes in pathname */
65
#define	PIPE_BUF		  512	/* max bytes for atomic pipe writes */
65
#define	PIPE_BUF		  512	/* max bytes for atomic pipe writes */
66
#define	IOV_MAX			 1024	/* max elements in i/o vector */
66
#define	IOV_MAX			 1024	/* max elements in i/o vector */
67
67

Return to bug 227635