summaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-11-08 22:05:27 +0100
committerJiri Gaisler <jiri@gaisler.se>2019-11-09 11:14:15 +0100
commit7a6e198454d04ac6bf5f2009b4f693696c27e5c1 (patch)
tree291c9f146e49f7b2efcf939b780d3314e9310888 /elf.h
parent334bf2f98218d85d7a5753e7cfe48008597dce50 (diff)
Support building on MinGW-W64/MSYS22.19
* Depends on MinGW64-readline to build
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf.h b/elf.h
index 8a2d166..5ddc80e 100644
--- a/elf.h
+++ b/elf.h
@@ -21,7 +21,7 @@
//#include <features.h>
-__BEGIN_DECLS
+//__BEGIN_DECLS
/* Standard ELF types. */
@@ -3784,6 +3784,6 @@ enum
#define R_METAG_TLS_LE_HI16 60
#define R_METAG_TLS_LE_LO16 61
-__END_DECLS
+//__END_DECLS
#endif /* elf.h */