diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-07 23:09:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-07 23:09:45 +0000 |
commit | 327fce13c57a6a7f319fe389c08ae8a3b438f4b0 (patch) | |
tree | b1609f0ce9b59b7052ed04da884f80ea894277f9 /gdb/proc-utils.h | |
parent | 502d24d454123c6bb60132a5ebcbe04094b8a1e2 (diff) | |
download | gdb-327fce13c57a6a7f319fe389c08ae8a3b438f4b0.zip gdb-327fce13c57a6a7f319fe389c08ae8a3b438f4b0.tar.gz gdb-327fce13c57a6a7f319fe389c08ae8a3b438f4b0.tar.bz2 |
* 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-utils.h b/gdb/proc-utils.h index 08b0cc7..7274550 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 |