mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.
This commit is contained in:
parent
fba0d3f839
commit
3c3f6fd0cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163001
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user