[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] PIPE_BUF definition
PIPE_BUF should be defined in local_lim.h.
Attached patch does this.
Alan.
Index: include/bits/local_lim.h
===================================================================
RCS file: /mint/mintlib/include/bits/local_lim.h,v
retrieving revision 1.3
diff -u -r1.3 local_lim.h
--- include/bits/local_lim.h 7 Feb 2006 15:56:38 -0000 1.3
+++ include/bits/local_lim.h 1 Apr 2008 20:26:28 -0000
@@ -16,6 +16,7 @@
#define OPEN_MAX 32
#define LINK_MAX 32767
#define MAX_CANON 256
+#define PIPE_BUF 1024
/* For SVR3, this is 14. For SVR4, it is 255, at least on ufs
file systems, even though the System V limits.h incorrectly