aboutsummaryrefslogtreecommitdiff
path: root/lib/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dummy.c')
-rw-r--r--lib/dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dummy.c b/lib/dummy.c
index deffd32b..0f9a2779 100644
--- a/lib/dummy.c
+++ b/lib/dummy.c
@@ -32,7 +32,7 @@
Compiling this file, and adding its object file to the library, will
prevent the library from exporting no symbols. */
-#if defined __sun || defined __APPLE__
+#ifdef __sun
/* This declaration ensures that the library will export at least 1 symbol. */
int gl_dummy_symbol;
#else