summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-14 21:09:44 +0000
committerRoland McGrath <roland@gnu.org>2002-03-14 21:09:44 +0000
commit0976f65ddb35075a7fb824413506675da1cd2070 (patch)
treeb215095b856b25903eb1a0311aa3ebff02e2cbf1 /libstore
parent0b52078e2035bf00e02186cd521aab685c201c6c (diff)
2001-12-28 Roland McGrath <roland@frob.com>
* Makefile (SRCS): Remove std.c.
Diffstat (limited to 'libstore')
-rw-r--r--libstore/std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/std.c b/libstore/std.c
index 90ddecd1..4784a8a5 100644
--- a/libstore/std.c
+++ b/libstore/std.c
@@ -20,7 +20,7 @@
#include "store.h"
-const struct store_class *const
+const struct store_class *const __attribute__ ((section ("store_std_classes")))
store_std_classes[] =
{
&store_device_class,