aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-record.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linux-record.h')
-rw-r--r--gdb/linux-record.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/linux-record.h b/gdb/linux-record.h
index 7060e55..b0bd285 100644
--- a/gdb/linux-record.h
+++ b/gdb/linux-record.h
@@ -17,8 +17,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 _LINUX_RECORD_H_
-#define _LINUX_RECORD_H_
+#ifndef LINUX_RECORD_H
+#define LINUX_RECORD_H
struct linux_record_tdep
{
@@ -546,4 +546,5 @@ enum gdb_syscall {
extern int record_linux_system_call (enum gdb_syscall num,
struct regcache *regcache,
struct linux_record_tdep *tdep);
-#endif /* _LINUX_RECORD_H_ */
+
+#endif /* LINUX_RECORD_H */