forked from Imagelibrary/binutils-gdb
2002-01-10 Michael Snyder <msnyder@redhat.com>
* elf.c (elfcore_write_prstatus): Use long instead of pid_t; (elfcore_write_pstatus): Use long instead of pid_t; * elf-bfd.h: Change prototypes to use long instead of pid_t;
This commit is contained in:
@@ -6562,7 +6562,7 @@ elfcore_write_prstatus (abfd, buf, bufsiz, pid, cursig, gregs)
|
||||
bfd *abfd;
|
||||
char *buf;
|
||||
int *bufsiz;
|
||||
pid_t pid;
|
||||
long pid;
|
||||
int cursig;
|
||||
void *gregs;
|
||||
{
|
||||
@@ -6584,7 +6584,7 @@ elfcore_write_pstatus (abfd, buf, bufsiz, pid, cursig, gregs)
|
||||
bfd *abfd;
|
||||
char *buf;
|
||||
int *bufsiz;
|
||||
pid_t pid;
|
||||
long pid;
|
||||
int cursig;
|
||||
void *gregs;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user