summaryrefslogtreecommitdiff
path: root/mysys/my_init.c
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-04-15 08:49:00 -0700
committerbrian@zim.(none) <>2006-04-15 08:49:00 -0700
commitba2502b9c3b5bcc57115c9f325f12e4350a8bdfe (patch)
tree0016808c56b0545d9e84a1650e620b6bf9dc516b /mysys/my_init.c
parent36b897f4c6750b7bca2e03164998ab2dffe62d9a (diff)
downloadmariadb-git-ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe.tar.gz
Another long patch to remove the rest of the OS2 support.
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r--mysys/my_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c
index 31757cd5df0..7408a320509 100644
--- a/mysys/my_init.c
+++ b/mysys/my_init.c
@@ -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 */