Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/lib/libexecinfo Pull up following revision(s) (requested ...
details: https://anonhg.NetBSD.org/src/rev/ff7b8175a090
branches: netbsd-8
changeset: 434071:ff7b8175a090
user: snj <snj%NetBSD.org@localhost>
date: Wed Jul 05 19:55:21 2017 +0000
description:
Pull up following revision(s) (requested by kamil in ticket #86):
lib/libexecinfo/execinfo.h: revision 1.3
make this standalone.
diffstat:
lib/libexecinfo/execinfo.h | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 0158ec86a89b -r ff7b8175a090 lib/libexecinfo/execinfo.h
--- a/lib/libexecinfo/execinfo.h Wed Jul 05 16:03:19 2017 +0000
+++ b/lib/libexecinfo/execinfo.h Wed Jul 05 19:55:21 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: execinfo.h,v 1.2 2012/06/09 21:22:17 christos Exp $ */
+/* $NetBSD: execinfo.h,v 1.2.26.1 2017/07/05 19:55:21 snj Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -31,7 +31,14 @@
#ifndef _EXECINFO_H_
#define _EXECINFO_H_
-#include <stddef.h>
+#include <sys/cdefs.h>
+#include <sys/featuretest.h>
+#include <sys/ansi.h>
+
+#ifdef _BSD_SIZE_T_
+typedef _BSD_SIZE_T_ size_t;
+#undef _BSD_SIZE_T_
+#endif
__BEGIN_DECLS
size_t backtrace(void **, size_t);
Home |
Main Index |
Thread Index |
Old Index