summaryrefslogtreecommitdiff
path: root/src/pal/src
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2019-05-17 07:46:51 -0700
committerGitHub <noreply@github.com>2019-05-17 07:46:51 -0700
commitb096720dd31869789bd354d00dc15ae47abd2a54 (patch)
tree19327a7942c3e195934babf43002d7a342c03d65 /src/pal/src
parentcbeb928cb05982edc71ed8ab80ef13d7f142cffa (diff)
parent3ca5ca3a2289585f08af29c425f7dbb93621e3f9 (diff)
downloadcoreclr-b096720dd31869789bd354d00dc15ae47abd2a54.tar.gz
coreclr-b096720dd31869789bd354d00dc15ae47abd2a54.tar.bz2
coreclr-b096720dd31869789bd354d00dc15ae47abd2a54.zip
Merge pull request #24520 from am11/freebsd/set-affinity
Fix CPUSET_T definition for FreeBSD
Diffstat (limited to 'src/pal/src')
-rw-r--r--src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp b/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp
index 47e67506f7..b9d438c9a1 100644
--- a/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp
+++ b/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
#include "palrt.h"
#include "pal.h"
#include "stdlib.h"