ntdll: Make alloc_fs_sel() a hidden symbol.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-08-12 19:48:08 -05:00 committed by Alexandre Julliard
parent 6b58d34a62
commit 7c10730e04
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ WINE_DECLARE_DEBUG_CHANNEL(seh);
#include <asm/prctl.h> #include <asm/prctl.h>
static inline int arch_prctl( int func, void *ptr ) { return syscall( __NR_arch_prctl, func, ptr ); } 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, __ASM_GLOBAL_FUNC( alloc_fs_sel,
/* switch to 32-bit stack */ /* switch to 32-bit stack */
"pushq %rbx\n\t" "pushq %rbx\n\t"