xf86-video-mach64: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 15 00:49:08 UTC 2022


 src/atimach64probe.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba223c5dc8f367a20ff8a91ab6c7208218e18080
Author: Niveditha Rau <Niveditha.Rau at Oracle.COM>
Date:   Tue Jun 16 12:21:44 2015 -0800

    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 at oracle.com>

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[];
 


More information about the xorg-commit mailing list