Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#597, task #11374, task #10876)
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace getdtablesize() with sysconf(_SC_OPEN_MAX)
|
|
|
|
|
|
From the getdtablesize(3) man page:
It is not specified in POSIX.1; portable applications should
employ sysconf(_SC_OPEN_MAX) instead of this call.
Specifically, this fixes a compilation problem on Android.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related to commit 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|