From dd8d450575fabd4282d79ac40fad36727df02621 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Sun, 4 Jan 2015 08:59:35 +0100 Subject: [PATCH] Add g_getdtablesize to list of acceptable g_* symbols in mono, for test-eglib-remap The method was added in cd9f3b5859bce24cc00f3620544bde581054a8dd and caused the test to fail. --- mono/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index 9c6ebbaa124..e84ba43758e 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -700,7 +700,7 @@ tests: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_ # # Test that no symbols are missed in eglib-remap.h # -OK_G_SYMBOLS='g_list\|g_slist\|g_concat_dir_and_file\|g_Ctoc' +OK_G_SYMBOLS='g_list\|g_slist\|g_concat_dir_and_file\|g_Ctoc\|g_getdtablesize' if NACL_CODEGEN test-eglib-remap: else -- 2.11.4.GIT