]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libelf: Sync elf.h from glibc.
authorMark Wielaard <mark@klomp.org>
Wed, 28 Oct 2020 11:36:57 +0000 (12:36 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 28 Oct 2020 11:44:34 +0000 (12:44 +0100)
Makes elf.h standalone and removes __BEGIN_DECLS/__END_DECLS macros.

Signed-off-by: Mark Wielaard <mark@klomp.org>
libelf/ChangeLog
libelf/elf.h

index a3f158837915198fb0524c636bde3c9cfe597122..b15508f2fda5fa73bd9843fac66f413b93b1be12 100644 (file)
@@ -1,3 +1,7 @@
+2020-10-28  Mark Wielaard  <mark@klomp.org>
+
+       * elf.h: Update from glibc.
+
 2020-08-28  Mark Wielaard  <mark@klomp.org>
 
        * elf.h: Update from glibc.
index ff9f1dadd517dac3d36893de1a8473b09d5cfc41..6439c1a4d55c11ee01caa291f09d93d989ea79bd 100644 (file)
 #ifndef _ELF_H
 #define        _ELF_H 1
 
-#include <features.h>
-
-__BEGIN_DECLS
-
 /* Standard ELF types.  */
 
 #include <stdint.h>
@@ -4105,6 +4101,4 @@ enum
 #define R_ARC_TLS_LE_S9                0x4a
 #define R_ARC_TLS_LE_32                0x4b
 
-__END_DECLS
-
 #endif /* elf.h */