b654f91899
until after release
20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
$OpenBSD: patch-nsprpub_pr_tests_prpollml_c,v 1.1 2009/06/21 15:04:16 martynas Exp $
|
|
--- nsprpub/pr/tests/prpollml.c.orig Wed Jun 17 07:22:05 2009
|
|
+++ nsprpub/pr/tests/prpollml.c Sun Jun 21 17:54:29 2009
|
|
@@ -47,14 +47,10 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
-#ifdef SYMBIAN
|
|
-#define POLL_DESC_COUNT 128
|
|
-#else
|
|
-#define POLL_DESC_COUNT 256 /* This should be greater than the
|
|
+#define POLL_DESC_COUNT 120 /* This should be greater than the
|
|
* STACK_POLL_DESC_COUNT macro in
|
|
* ptio.c to cause syspoll_list to
|
|
* be created. */
|
|
-#endif
|
|
|
|
static PRPollDesc pd[POLL_DESC_COUNT];
|
|
|