1
1

Allow the polling library to have epoll_ prefixes, but file a bug

about this for the future.

This commit was SVN r5413.
Этот коммит содержится в:
Jeff Squyres 2005-04-18 14:06:01 +00:00
родитель d474b2c3fc
Коммит 9e4dadafdd

Просмотреть файл

@ -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