mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Undo accidental change in x86-64 user.h
This commit is contained in:
parent
6f03843395
commit
ea486f691d
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user