Author: kib
Date: Thu Feb 23 07:28:29 2017
New Revision: 314127
URL: https://svnweb.freebsd.org/changeset/base/314127

Log:
  MFC r313493:
  Define ELF_ST_VISIBILITY().

Modified:
  stable/11/sys/sys/elf_generic.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/sys/elf_generic.h
==============================================================================
--- stable/11/sys/sys/elf_generic.h     Thu Feb 23 07:12:18 2017        
(r314126)
+++ stable/11/sys/sys/elf_generic.h     Thu Feb 23 07:28:29 2017        
(r314127)
@@ -84,5 +84,6 @@ __ElfType(Ssize);
 #define        ELF_ST_BIND     __ELFN(ST_BIND)
 #define        ELF_ST_TYPE     __ELFN(ST_TYPE)
 #define        ELF_ST_INFO     __ELFN(ST_INFO)
+#define        ELF_ST_VISIBILITY       __ELFN(ST_VISIBILITY)
 
 #endif /* !_SYS_ELF_GENERIC_H_ */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to