diff options
author | Niveditha Rau <Niveditha.Rau@Oracle.COM> | 2015-06-16 12:21:44 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-07 17:39:07 -0800 |
commit | ba223c5dc8f367a20ff8a91ab6c7208218e18080 (patch) | |
tree | fa688d545727c67687b97116e336c80a7aa65d2c | |
parent | 74cc25c7c54bf2b2f036fd50f66f9071953db24f (diff) |
Mark DriverRec exported in atimach64probe.h to match atimach64probe.c
Fixes build failure when compiling with Solaris Studio compiler
using -xldscope=hidden:
"atimach64probe.c", line 308: redeclaration must have the same or more
restrictive linker scoping: MACH64
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/atimach64probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimach64probe.h b/src/atimach64probe.h index 7b0b4b6..1b44b62 100644 --- a/src/atimach64probe.h +++ b/src/atimach64probe.h @@ -25,7 +25,7 @@ #include "xf86str.h" -extern DriverRec MACH64; +extern _X_EXPORT DriverRec MACH64; extern SymTabRec Mach64Chipsets[]; |