diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-14 21:09:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-14 21:09:44 +0000 |
commit | 0976f65ddb35075a7fb824413506675da1cd2070 (patch) | |
tree | b215095b856b25903eb1a0311aa3ebff02e2cbf1 | |
parent | 0b52078e2035bf00e02186cd521aab685c201c6c (diff) |
2001-12-28 Roland McGrath <roland@frob.com>
* Makefile (SRCS): Remove std.c.
-rw-r--r-- | libstore/std.c | 2 |
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, |