1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
This commit is contained in:
monty@hundin.mysql.fi
2002-01-02 22:02:03 +02:00
69 changed files with 838 additions and 385 deletions

View File

@@ -89,8 +89,8 @@ static void test_signal(int sig_ptr)
MessageBox(NULL,"Test signal","DBUG",MB_OK);
#endif
#if defined(OS2)
fprintf( stderr, "Test signal %d\n", sig_ptr);
fflush( stderr);
fprintf(stderr, "Test signal %d\n", sig_ptr);
fflush(stderr);
#endif
}
static void init_signals(void)