summaryrefslogtreecommitdiff
path: root/mysys/my_static.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_static.c
parent36b897f4c6750b7bca2e03164998ab2dffe62d9a (diff)
downloadmariadb-git-ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe.tar.gz
Another long patch to remove the rest of the OS2 support.
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r--mysys/my_static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c
index 17094548dbd..4f3e2078a5d 100644
--- a/mysys/my_static.c
+++ b/mysys/my_static.c
@@ -19,7 +19,7 @@
a shared library
*/
-#if !defined(stdin) || defined(OS2)
+#if !defined(stdin)
#include "mysys_priv.h"
#include "my_static.h"
#include "my_alarm.h"