diff options
Diffstat (limited to 'gdb/nat/gdb_thread_db.h')
-rw-r--r-- | gdb/nat/gdb_thread_db.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/gdb_thread_db.h b/gdb/nat/gdb_thread_db.h index 2c903bc..b55ba8d 100644 --- a/gdb/nat/gdb_thread_db.h +++ b/gdb/nat/gdb_thread_db.h @@ -15,8 +15,8 @@ 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 GDB_THREAD_DB_H -#define GDB_THREAD_DB_H 1 +#ifndef NAT_GDB_THREAD_DB_H +#define NAT_GDB_THREAD_DB_H #ifdef HAVE_THREAD_DB_H #include <thread_db.h> @@ -73,4 +73,4 @@ typedef td_err_e (td_thr_tlsbase_ftype) (const td_thrhandle_t *th, typedef const char ** (td_symbol_list_ftype) (void); typedef td_err_e (td_ta_delete_ftype) (td_thragent_t *); -#endif /* GDB_THREAD_DB_H */ +#endif /* NAT_GDB_THREAD_DB_H */ |