Commit 7c10730e authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ntdll: Make alloc_fs_sel() a hidden symbol.

parent 6b58d34a
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment