DescriptionCleanup: Use FOPEN_MAX instead of OPEN_MAX.
http://stackoverflow.com/questions/14042824/where-is-open-max-defined-for-linux-systems
Fixes the following error:
../../util/test/multiprocess_exec_test_child.cc:28:66: error: use of
undeclared identifier 'OPEN_MAX'
int max_fd = std::max(static_cast<int>(sysconf(_SC_OPEN_MAX)), OPEN_MAX);
R=scottmg@chromium.org
BUG=
Patch Set 1 #
Total comments: 3
Messages
Total messages: 7 (2 generated)
|