summaryrefslogtreecommitdiff
path: root/lib/dummy.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-16 00:52:55 +0000
committerBruno Haible <bruno@clisp.org>2007-03-16 00:52:55 +0000
commit5c0e97ee7c28eb259183605bd7675babd067ee5c (patch)
tree8a5b50c360d641ea73fb19023e0a7bf0b01991c2 /lib/dummy.c
parent6b71187027dca6ef747d667fb9f637cb8fbd7bbc (diff)
downloadgnulib-5c0e97ee7c28eb259183605bd7675babd067ee5c.tar.gz
Try to avoid clashing symbols.
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 dccb0ad6c3..4db0febd6b 100644
--- a/lib/dummy.c
+++ b/lib/dummy.c
@@ -36,7 +36,7 @@
#ifdef __sun
/* This declaration ensures that the library will export at least 1 symbol. */
-int dummy;
+int gl_dummy_symbol;
#else
/* This declaration is solely to ensure that after preprocessing
this file is never empty. */