Update header files to support UNIX Domain Sockets. Contributed by Thomas Cort

This commit is contained in:
Thomas Veerman
2010-07-15 12:48:15 +00:00
parent ca0bed1400
commit 17a0731f28
11 changed files with 120 additions and 9 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
#define MAX_INPUT 255 /* size of the type-ahead buffer */
#define NAME_MAX DIRSIZ /* # chars in a file name */
#define PATH_MAX __MINIX_PATH_MAX /* # chars in a path name */
#define PIPE_BUF 7168 /* # bytes in atomic write to a pipe */
#define PIPE_BUF 32768 /* # bytes in atomic write to a pipe */
#define STREAM_MAX 20 /* must be the same as FOPEN_MAX in stdio.h */
#define TZNAME_MAX 3 /* maximum bytes in a time zone name is 3 */
#define SSIZE_MAX 32767 /* max defined byte count for read() */