Cleanup bfd_close() cleanups.
[deliverable/binutils-gdb.git] / gdb / proc-utils.h
index 08b0cc77268229cb46067b3b26cf1c2233daba7a..7274550d92394bc88248a6deeb40baae55075901 100644 (file)
@@ -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
This page took 0.025054 seconds and 4 git commands to generate.