From 0976f65ddb35075a7fb824413506675da1cd2070 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Mar 2002 21:09:44 +0000 Subject: 2001-12-28 Roland McGrath * Makefile (SRCS): Remove std.c. --- libstore/std.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore/std.c') 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, -- cgit v1.2.3