mirror of git://sourceware.org/git/glibc.git
Add forward declaration for La_x32_regs/La_x32_retval
This commit is contained in:
parent
2ff87f3f18
commit
b749dbb9b7
|
|
@ -1,3 +1,9 @@
|
|||
2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
|
||||
declaration.
|
||||
(struct La_x32_retval): Likewise.
|
||||
|
||||
2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/preconfigure.in: New file.
|
||||
|
|
|
|||
|
|
@ -187,6 +187,8 @@ struct La_i86_regs;
|
|||
struct La_i86_retval;
|
||||
struct La_x86_64_regs;
|
||||
struct La_x86_64_retval;
|
||||
struct La_x32_regs;
|
||||
struct La_x32_retval;
|
||||
struct La_ppc32_regs;
|
||||
struct La_ppc32_retval;
|
||||
struct La_ppc64_regs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue