Release 4.11 arch/um/include/asm/setup.h
#ifndef SETUP_H_INCLUDED
#define SETUP_H_INCLUDED
/* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
* command line, so this choice is ok.
*/
#define COMMAND_LINE_SIZE 4096
#endif /* SETUP_H_INCLUDED */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 12 | 85.71% | 1 | 33.33% |
Paolo 'Blaisorblade' Giarrusso | 1 | 7.14% | 1 | 33.33% |
Jeff Dike | 1 | 7.14% | 1 | 33.33% |
Total | 14 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.