summaryrefslogtreecommitdiff
path: root/gdb/proc-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-07 23:09:45 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-07 23:09:45 +0000
commit63ab0c3cc3b44ecf8281da20ef35795a4923d426 (patch)
tree0477643567b5bb40804f449d9488e123ef85ee53 /gdb/proc-utils.h
parent1d0e1db4f33647a03c75a23b8d8988f26942c2f4 (diff)
downloadgdb-63ab0c3cc3b44ecf8281da20ef35795a4923d426.tar.gz
* procfs.c (PROCFS_TRACE): Delete definition.
* proc-utils.h (PROCFS_NOTE, PROC_PRETTYFPRINT_STATUS): Always define.
Diffstat (limited to 'gdb/proc-utils.h')
-rw-r--r--gdb/proc-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-utils.h b/gdb/proc-utils.h
index 08b0cc77268..7274550d923 100644
--- a/gdb/proc-utils.h
+++ b/gdb/proc-utils.h
@@ -88,7 +88,7 @@ extern void procfs_note (char *, char *, int);
#define open(X,Y) open_with_trace (X, Y, __FILE__, __LINE__)
#define close(X) close_with_trace (X, __FILE__, __LINE__)
#define wait(X) wait_with_trace (X, __FILE__, __LINE__)
+#endif
#define PROCFS_NOTE(X) procfs_note (X, __FILE__, __LINE__)
#define PROC_PRETTYFPRINT_STATUS(X,Y,Z,T) \
proc_prettyfprint_status (X, Y, Z, T)
-#endif