1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Another long patch to remove the rest of the OS2 support.

This commit is contained in:
brian@zim.(none)
2006-04-15 08:49:00 -07:00
parent 36b897f4c6
commit ba2502b9c3
31 changed files with 41 additions and 341 deletions

View File

@ -87,7 +87,7 @@ my_bool my_init(void)
#endif
if (my_thread_global_init())
return 1;
#if !defined( __WIN__) && !defined(OS2) && !defined(__NETWARE__)
#if !defined( __WIN__) && !defined(__NETWARE__)
sigfillset(&my_signals); /* signals blocked by mf_brkhant */
#endif
#endif /* THREAD */