summaryrefslogtreecommitdiffstats
path: root/include/elf.h
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-10-04 07:25:55 +0000
committerjb <jb@FreeBSD.org>2006-10-04 07:25:55 +0000
commit316972d4f176eff47f9972562ff3b7785d691b57 (patch)
tree3608eb4234fc34c7bf8cdaf6320a2511cba9f5a6 /include/elf.h
parent36c5519c1a5a0ea684b7247035e63e567eccb749 (diff)
downloadFreeBSD-src-316972d4f176eff47f9972562ff3b7785d691b57.zip
FreeBSD-src-316972d4f176eff47f9972562ff3b7785d691b57.tar.gz
Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index c094a1c..9090137 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -38,4 +38,8 @@
#include <sys/elf32.h>
#include <sys/elf64.h>
+#ifdef _SOLARIS_C_SOURCE
+#include <sys/_elf_solaris.h>
+#endif
+
#endif /* !_ELF_H_ */
OpenPOWER on IntegriCloud