libminijail: increase max preserved FDs am: 0d1cbf6e88 am: 1e5972dd67 am: dc0f239503
am: 50eded8795

Change-Id: I77025bb33d171faedbcf60d34adede1dc2caa961
diff --git a/libminijail.c b/libminijail.c
index 0db5adc..0d83cb2 100644
--- a/libminijail.c
+++ b/libminijail.c
@@ -77,7 +77,7 @@
 
 #define MAX_RLIMITS 32 /* Currently there are 15 supported by Linux. */
 
-#define MAX_PRESERVED_FDS 10
+#define MAX_PRESERVED_FDS 32U
 
 /* Keyctl commands. */
 #define KEYCTL_JOIN_SESSION_KEYRING 1