summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2016-01-22 12:29:28 +0100
committerKamil Rytarowski <n54@gmx.com>2016-01-22 12:29:28 +0100
commit512bef6de1594dbdddfcd6b120da02fb1c1d7b40 (patch)
treee81a6c39ca912b662a97f0fd06111bbfb0e23bbf
parent7f456ab19665cb32bb9e3c3436865d603aa6add3 (diff)
downloadcoreclr-512bef6de1594dbdddfcd6b120da02fb1c1d7b40.tar.gz
coreclr-512bef6de1594dbdddfcd6b120da02fb1c1d7b40.tar.bz2
coreclr-512bef6de1594dbdddfcd6b120da02fb1c1d7b40.zip
Add a comment from where comes the PAL_CS_NATIVE_DATA_SIZE value
-rw-r--r--src/pal/inc/pal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 8875a3907e..56963673db 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -3476,6 +3476,8 @@ PALIMPORT BOOL PALAPI PAL_VirtualUnwindOutOfProc(CONTEXT *context,
#ifdef PLATFORM_UNIX
+/* PAL_CS_NATIVE_DATA_SIZE is defined as sizeof(PAL_CRITICAL_SECTION_NATIVE_DATA) */
+
#if defined(_AIX)
#define PAL_CS_NATIVE_DATA_SIZE 100
#elif defined(__APPLE__) && defined(__i386__)