Description[Android]: Replace calls to getdtablesize with sysconf(_SC_OPEN_MAX) in tools.
The getdtablesize functions has been deprecated by Posix and has been removed
from Android's LB64 ABI. Replace calls to it with the modern equivalent
sysconf(_SC_OPEN_MAX).
This fixes a build breakage in tryserver.blink/builders/android_blink_compile_rel/dbg.
BUG=354405
TBR=phajdan.jr@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280533
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|