aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/signals.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-14 16:28:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-14 16:28:28 +0000
commit56eea8d1c9d32b401f5872a5f89d64733293ff4b (patch)
tree91fae2f588027b47b3b3fc5fb98ef9172ed6c86a /linuxthreads/signals.c
parent6213a05545cd8052135271c25b73af2c5490e291 (diff)
downloadglibc-56eea8d1c9d32b401f5872a5f89d64733293ff4b.zip
glibc-56eea8d1c9d32b401f5872a5f89d64733293ff4b.tar.gz
glibc-56eea8d1c9d32b401f5872a5f89d64733293ff4b.tar.bz2
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.
Diffstat (limited to 'linuxthreads/signals.c')
-rw-r--r--linuxthreads/signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/signals.c b/linuxthreads/signals.c
index be221d7..c044576 100644
--- a/linuxthreads/signals.c
+++ b/linuxthreads/signals.c
@@ -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