<string.h> -> "gdb_string.h"
This commit is contained in:
parent
30efa6272a
commit
aef21287e3
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-06 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
|
||||
* gnu-nat.c: Ditto.
|
||||
|
||||
2002-01-06 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <setjmp.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "gdb_string.h"
|
||||
#include <sys/ptrace.h>
|
||||
|
||||
#include <mach.h>
|
||||
|
|
|
@ -68,7 +68,7 @@ static struct partial_symtab *hpread_end_psymtab
|
|||
#define PXDB_BSD "/usr/bin/pxdb"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "gdb_string.h"
|
||||
|
||||
/* check for the existence of a file, given its full pathname */
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue