Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131754031
D31427.id93283.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D31427.id93283.diff
View Options
Index: sys/sys/elf_generic.h
===================================================================
--- sys/sys/elf_generic.h
+++ sys/sys/elf_generic.h
@@ -57,6 +57,9 @@
#define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
#define __ElfType(x) typedef __ElfN(x) __CONCAT(Elf_,x)
+/* Define ElfW for compatibility with Linux */
+#define ElfW(x) __ElfN(x)
+
__ElfType(Addr);
__ElfType(Half);
__ElfType(Off);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 9:54 PM (24 m, 29 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23594180
Default Alt Text
D31427.id93283.diff (430 B)
Attached To
Mode
D31427: Add ElfW() macro for compatibility with Linux.
Attached
Detach File
Event Timeline
Log In to Comment