Fixes BZ#360752.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15835
359871 Incorrect mask handling in ppoll
360425 arm64 unsupported instruction ldpsw
360519 none/tests/arm64/memory.vgtest might fail with newer gcc
+360752 raise the number of reserved fds in m_main.c from 10 to 12
n-i-bz Fix incorrect (or infinite loop) unwind on RHEL7 x86 and amd64
n-i-bz massif --pages-as-heap=yes does not report peak caused by mmap+munmap
/*====================================================================*/
/* Number of file descriptors that Valgrind tries to reserve for
- it's own use - just a small constant. */
-#define N_RESERVED_FDS (10)
+ its own use - just a small constant. */
+#define N_RESERVED_FDS (12)
static void setup_file_descriptors(void)
{