1
1

Add a comment to make Jeff happier...

Refs trac:4340

This commit was SVN r30980.

The following Trac tickets were found above:
  Ticket 4340 --> https://svn.open-mpi.org/trac/ompi/ticket/4340
Этот коммит содержится в:
Ralph Castain 2014-03-10 23:02:04 +00:00
родитель 51c5daf1b4
Коммит 176b326c27

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

@ -14,6 +14,9 @@
#include "orte/runtime/orte_globals.h"
#include "orte/runtime/runtime.h"
/* yeah, we know it isn't safe to call fprintf inside signal handlers,
* but this is good enough for this test
*/
void sigusr_handler(int signum)
{
switch (signum) {