mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-05 08:26:10 +00:00
fix libelf build
This commit is contained in:
@@ -53,8 +53,9 @@
|
||||
#endif /* USE_LOCKS */
|
||||
|
||||
/* Compiler-specific definitions. */
|
||||
//#define strong_alias(name, aliasname) \
|
||||
// extern __typeof (name) aliasname __attribute__ ((alias (#name)));
|
||||
/*#define strong_alias(name, aliasname) \
|
||||
extern __typeof (name) aliasname __attribute__ ((alias (#name)));
|
||||
*/
|
||||
|
||||
#define strong_alias(name, aliasname)
|
||||
|
||||
|
@@ -35,6 +35,7 @@
|
||||
#include <sys/param.h>
|
||||
#include "portable_endian.h"
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
# define LE32(n) le32toh (n)
|
||||
# define LE64(n) le64toh (n)
|
||||
|
Reference in New Issue
Block a user