search for: open_max

Displaying 3 results from an estimated 3 matches for "open_max".

Did you mean: open_mail
2011 Sep 06
0
[PATCH] include: [limits.h] define OPEN_MAX
...at> --- usr/include/limits.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/usr/include/limits.h b/usr/include/limits.h index 0d1069b..8a2c6c0 100644 --- a/usr/include/limits.h +++ b/usr/include/limits.h @@ -5,6 +5,8 @@ #ifndef _LIMITS_H #define _LIMITS_H +#define OPEN_MAX 20 + #define CHAR_BIT 8 #define SHRT_BIT 16 #define INT_BIT 32 -- 1.7.5.4
2011 Dec 04
0
[GIT PULL] klibc minor fixes
...g: check poll() return value [klibc] vsscanf: remove unused variables Maciej ?enczykowski (1): [klibc] include: [sys/types.h] -> linux/types.h and __aligned_u64 maximilian attems (3): [klibc] include: [sys/file.h] define flock(2) there [klibc] include: [limits.h] define OPEN_MAX [klibc] kbuild: add static to prototypes Nothing really exciting there yet. I should get my key signed next week, so soon can commit again. We should talk about new release procedure with kdup? Thank you -- maks P.S. patches follow below: commit acf09ea80536ac49a0001249956fef999b8d35af...
2012 May 31
1
klibc 2.0 release
...[klibc] Whitespace fix Merge branch 'master' into stdio [klibc] ia64: remove obsolete <klibc/archsys.h> [klibc] Simple stdio test [klibc] Replace the stdio offset with a stdio data pointer [klibc] Bypass stdio buffering for large I/O [klibc] Change OPEN_MAX to 256 [klibc] Remove stdio internals from <stdio.h> [klibc] Remove unused fputc implementation [klibc] Make __parse_open_mode handle "e" for O_CLOEXEC [klibc] Move _IO_file_flags from stdio.h to stdioint.h [klibc] Add zalloc() function [klibc] Re...