mirror of git://sourceware.org/git/glibc.git
Update.
1999-12-21 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Include sys/ucontext.h and remove definitions for NREGS, greg_t, gregset_t, and fpregset_t.
This commit is contained in:
parent
a4da62812a
commit
af6a6618b0
|
|
@ -1,3 +1,8 @@
|
||||||
|
1999-12-21 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Include sys/ucontext.h
|
||||||
|
and remove definitions for NREGS, greg_t, gregset_t, and fpregset_t.
|
||||||
|
|
||||||
1999-12-21 Andreas Jaeger <aj@suse.de>
|
1999-12-21 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/m68k/putpmsg.c: Add missing #.
|
* sysdeps/unix/sysv/linux/m68k/putpmsg.c: Add missing #.
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/ucontext.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
#include <asm/elf.h>
|
#include <asm/elf.h>
|
||||||
|
|
||||||
|
|
@ -39,10 +40,6 @@ struct elf_siginfo
|
||||||
int si_errno; /* Errno. */
|
int si_errno; /* Errno. */
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef elf_greg_t greg_t;
|
|
||||||
typedef elf_gregset_t gregset_t;
|
|
||||||
typedef elf_fpregset_t fpregset_t;
|
|
||||||
#define NGREG ELF_NGREG
|
|
||||||
|
|
||||||
/* Definitions to generate Intel SVR4-like core files. These mostly
|
/* Definitions to generate Intel SVR4-like core files. These mostly
|
||||||
have the same names as the SVR4 types with "elf_" tacked on the
|
have the same names as the SVR4 types with "elf_" tacked on the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue