diff options
Diffstat (limited to 'gdb/procfs.h')
-rw-r--r-- | gdb/procfs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/procfs.h b/gdb/procfs.h index e0c1dd6..0dafb9a 100644 --- a/gdb/procfs.h +++ b/gdb/procfs.h @@ -17,12 +17,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef PROCFS_H -#define PROCFS_H +#ifndef GDB_PROCFS_H +#define GDB_PROCFS_H /* Return a ptid for which we guarantee we will be able to find a 'live' procinfo. */ extern ptid_t procfs_first_available (void); -#endif /* PROCFS_H */ +#endif /* GDB_PROCFS_H */ |