mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
* tracepoint.c (ISATTY): Removed.
This commit is contained in:
@ -74,12 +74,6 @@ extern int addressprint; /* Print machine addresses? */
|
||||
|
||||
extern void output_command (char *, int);
|
||||
|
||||
/* If this definition isn't overridden by the header files, assume
|
||||
that isatty and fileno exist on this system. */
|
||||
#ifndef ISATTY
|
||||
#define ISATTY(FP) (isatty (fileno (FP)))
|
||||
#endif
|
||||
|
||||
/*
|
||||
Tracepoint.c:
|
||||
|
||||
|
Reference in New Issue
Block a user