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 a3f1588..b15508f 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 ff9f1da..6439c1a 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 */