summaryrefslogtreecommitdiff
path: root/libstore/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/store.h')
-rw-r--r--libstore/store.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libstore/store.h b/libstore/store.h
index 9d9ee712..e6607237 100644
--- a/libstore/store.h
+++ b/libstore/store.h
@@ -1,6 +1,6 @@
/* Store I/O
- Copyright (C) 1995,96,97,98,99,2001,02 Free Software Foundation, Inc.
+ Copyright (C) 1995,96,97,98,99,2001,02,04 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.org>
This file is part of the GNU Hurd.
@@ -630,8 +630,9 @@ extern const struct store_class store_mvol_class;
__attribute__ ((unused, section ("store_std_classes"))) \
= { &store_##name##_class }
-extern const struct store_class *const __start_store_std_classes[];
-extern const struct store_class *const __stop_store_std_classes[];
+
+extern const struct store_class *const __start_store_std_classes[] __attribute__ ((weak));
+extern const struct store_class *const __stop_store_std_classes[] __attribute__ ((weak));
/* Used to hold the various bits that make up the representation of a store
for transmission via rpc. See <hurd/hurd_types.h> for an explanation of