zfs/.topmsg

10 lines
293 B
Plaintext
Raw Normal View History

2008-11-21 18:39:47 +00:00
From: Brian Behlendorf <behlendorf1@llnl.gov>
2008-11-21 19:19:42 +00:00
Subject: [PATCH] gcc init pragmas
2008-11-21 18:39:47 +00:00
Use constructor attribute on non-Solaris platforms.
The #pragma init/fini ->__attribute__((constructor/destructor))
conversions, these should go upstream.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>