pmaports/device/downstream/linux-nokia-beatles/0002-begin-end-decl.patch
Luca Weiss a45ad4b1b1
device/testing/*: split downstream ports into new downstream category
[ci:skip-build] # way too many packages changed
[ci:skip-vercheck] # just moving

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6519
2025-05-22 15:43:23 -07:00

40 lines
806 B
Diff

diff --git a/scripts/elf.h b/scripts/elf.h
index 2b06377790ab..2bb00580272d 100644
--- a/scripts/elf.h
+++ b/scripts/elf.h
@@ -25,8 +25,6 @@
#include <features.h>
#endif
-__BEGIN_DECLS
-
/* Standard ELF types. */
#include <stdint.h>
@@ -2798,6 +2796,4 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_M32R_NUM 256 /* Keep this the last entry. */
-__END_DECLS
-
#endif /* elf.h */
diff --git a/scripts/mod/elf.h b/scripts/mod/elf.h
index 2b06377790ab..2bb00580272d 100644
--- a/scripts/mod/elf.h
+++ b/scripts/mod/elf.h
@@ -25,8 +25,6 @@
#include <features.h>
#endif
-__BEGIN_DECLS
-
/* Standard ELF types. */
#include <stdint.h>
@@ -2798,6 +2796,4 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_M32R_NUM 256 /* Keep this the last entry. */
-__END_DECLS
-
#endif /* elf.h */