diff options
Diffstat (limited to 'gdb/nat/linux-osdata.h')
-rw-r--r-- | gdb/nat/linux-osdata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/linux-osdata.h b/gdb/nat/linux-osdata.h index 91e94d4f01c..44cb63cb4fb 100644 --- a/gdb/nat/linux-osdata.h +++ b/gdb/nat/linux-osdata.h @@ -17,11 +17,11 @@ 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 COMMON_LINUX_OSDATA_H -#define COMMON_LINUX_OSDATA_H +#ifndef NAT_LINUX_OSDATA_H +#define NAT_LINUX_OSDATA_H extern int linux_common_core_of_thread (ptid_t ptid); extern LONGEST linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf, ULONGEST offset, ULONGEST len); -#endif +#endif /* NAT_LINUX_OSDATA_H */ |