Undo accidental change in x86-64 user.h

This commit is contained in:
Jakub Jelinek 2011-05-25 16:57:13 -04:00 committed by Ulrich Drepper
parent 6f03843395
commit ea486f691d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-05-25 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/sys/user.h
(struct user_regs_struct): Change intcs field back to cs.
2011-05-25 Ulrich Drepper <drepper@gmail.com>
* po/ja.po: Update from translation team.

View File

@ -61,7 +61,7 @@ struct user_regs_struct
unsigned long int rdi;
unsigned long int orig_rax;
unsigned long int rip;
unsigned long int intcs;
unsigned long int cs;
unsigned long int eflags;
unsigned long int rsp;
unsigned long int ss;