mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit for tracing Linux (And now FreeBSD, only userspace now) programs. PR: 216142 Submitted by: mmokhi Reported by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9200
12 lines
360 B
C
12 lines
360 B
C
--- src/common/defaults.h.orig 2016-11-29 22:48:37 UTC
|
|
+++ src/common/defaults.h
|
|
@@ -366,6 +366,9 @@ size_t default_get_ust_uid_channel_subbu
|
|
* pthread_attr_t pointer where the thread stack size is set to the soft stack
|
|
* size limit.
|
|
*/
|
|
+#if defined(__FreeBSD__)
|
|
+#include <pthread.h>
|
|
+#endif
|
|
LTTNG_HIDDEN
|
|
pthread_attr_t *default_pthread_attr(void);
|
|
|