Zebediah Figura : ntdll: Make alloc_fs_sel() a hidden symbol.

Alexandre Julliard julliard at winehq.org
Fri Aug 13 14:44:13 CDT 2021


Module: wine
Branch: master
Commit: 7c10730e04d0ac199f553dcc31c28e089e1870fe
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7c10730e04d0ac199f553dcc31c28e089e1870fe

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Thu Aug 12 19:48:08 2021 -0500

ntdll: Make alloc_fs_sel() a hidden symbol.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/signal_x86_64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/unix/signal_x86_64.c b/dlls/ntdll/unix/signal_x86_64.c
index d02a7946945..390121726ad 100644
--- a/dlls/ntdll/unix/signal_x86_64.c
+++ b/dlls/ntdll/unix/signal_x86_64.c
@@ -92,7 +92,7 @@ WINE_DECLARE_DEBUG_CHANNEL(seh);
 #include <asm/prctl.h>
 static inline int arch_prctl( int func, void *ptr ) { return syscall( __NR_arch_prctl, func, ptr ); }
 
-extern int CDECL alloc_fs_sel( int sel, void *base );
+extern int CDECL alloc_fs_sel( int sel, void *base ) DECLSPEC_HIDDEN;
 __ASM_GLOBAL_FUNC( alloc_fs_sel,
                    /* switch to 32-bit stack */
                    "pushq %rbx\n\t"




More information about the wine-cvs mailing list