aboutsummaryrefslogtreecommitdiffstats
path: root/linker/linker_gdb_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'linker/linker_gdb_support.h')
-rw-r--r--linker/linker_gdb_support.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/linker/linker_gdb_support.h b/linker/linker_gdb_support.h
index 6709da1e1..4ae18ee36 100644
--- a/linker/linker_gdb_support.h
+++ b/linker/linker_gdb_support.h
@@ -25,8 +25,8 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-#ifndef __LINKER_GDB_SUPPORT_H
-#define __LINKER_GDB_SUPPORT_H
+
+#pragma once
#include <link.h>
#include <sys/cdefs.h>
@@ -42,5 +42,3 @@ void notify_gdb_of_libraries();
extern struct r_debug _r_debug;
__END_DECLS
-
-#endif