From 9e4dadafdd3391393b0019a28e5ef4e6e9d014ed Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 18 Apr 2005 14:06:01 +0000 Subject: [PATCH] Allow the polling library to have epoll_ prefixes, but file a bug about this for the future. This commit was SVN r5413. --- contrib/nightly/illegal_symbols_report.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nightly/illegal_symbols_report.pl b/contrib/nightly/illegal_symbols_report.pl index 671fd61746..4da74936c5 100755 --- a/contrib/nightly/illegal_symbols_report.pl +++ b/contrib/nightly/illegal_symbols_report.pl @@ -33,7 +33,7 @@ my @comp_suffixes = (".so"); # Acceptable public symbol prefixes -my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI::", "mca_", "lt_", "orte_"); +my @lib_acceptable = ("ompi_" , "mpi_", "MPI_", "OMPI_", "MPI::", "PMPI_", "PMPI::", "mca_", "lt_", "orte_", "epoll_"); my @comp_acceptable = ("mca_"); # Subject line for e-mail