mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2000-03-14 Andreas Jaeger <aj@suse.de> * pthread.c (pthread_handle_sigcancel_rt): GS has been renamed to REG_GS. (pthread_handle_sigrestart_rt): Likewise. * signals.c (pthread_sighandler_rt): Likewise.
This commit is contained in:
@@ -109,7 +109,7 @@ static void pthread_sighandler_rt(int signo, struct siginfo *si,
|
||||
pthread_descr self;
|
||||
char * in_sighandler;
|
||||
#ifdef __i386__
|
||||
asm volatile ("movw %w0,%%gs" : : "r" (uc->uc_mcontext.gregs[GS]));
|
||||
asm volatile ("movw %w0,%%gs" : : "r" (uc->uc_mcontext.gregs[REG_GS]));
|
||||
#endif
|
||||
self = thread_self();
|
||||
/* If we're in a sigwait operation, just record the signal received
|
||||
|
||||
Reference in New Issue
Block a user