mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 22:21:26 +08:00
* ser-e7kpc.c: Include <time.h> if it is available.
This commit is contained in:
@ -1,4 +1,8 @@
|
|||||||
2006-06-16 Joel Brobecker <brobecker@adacore.com>
|
2006-05-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* ser-e7kpc.c: Include <time.h> if it is available.
|
||||||
|
|
||||||
|
2006-05-16 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* version.in (version.in): Bump version number to 6.5.50 now
|
* version.in (version.in): Bump version number to 6.5.50 now
|
||||||
that the gdb-6.5 branch has been created.
|
that the gdb-6.5 branch has been created.
|
||||||
|
@ -33,6 +33,10 @@
|
|||||||
#include <sys/dos.h>
|
#include <sys/dos.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_TIME_H
|
||||||
|
#include <time.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static int e7000pc_open (struct serial *scb, const char *name);
|
static int e7000pc_open (struct serial *scb, const char *name);
|
||||||
static void e7000pc_raw (struct serial *scb);
|
static void e7000pc_raw (struct serial *scb);
|
||||||
static int e7000pc_readchar (struct serial *scb, int timeout);
|
static int e7000pc_readchar (struct serial *scb, int timeout);
|
||||||
|
Reference in New Issue
Block a user