[Midnightbsd-cvs] src [10422] trunk/lib/csu/common/notes.h: add arch_notetype
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jun 5 18:40:42 EDT 2018
Revision: 10422
http://svnweb.midnightbsd.org/src/?rev=10422
Author: laffer1
Date: 2018-06-05 18:40:42 -0400 (Tue, 05 Jun 2018)
Log Message:
-----------
add arch_notetype
Modified Paths:
--------------
trunk/lib/csu/common/notes.h
Modified: trunk/lib/csu/common/notes.h
===================================================================
--- trunk/lib/csu/common/notes.h 2018-06-05 22:04:37 UTC (rev 10421)
+++ trunk/lib/csu/common/notes.h 2018-06-05 22:40:42 UTC (rev 10422)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright 2012 Konstantin Belousov <kib at FreeBSD.org>
* All rights reserved.
@@ -22,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/csu/common/notes.h 255874 2013-09-26 07:53:18Z andrew $
*/
#ifndef CSU_COMMON_NOTES_H
@@ -34,5 +35,6 @@
#define ABI_NOTETYPE 1
#define CRT_NOINIT_NOTETYPE 2
+#define ARCH_NOTETYPE 3
#endif
More information about the Midnightbsd-cvs
mailing list