File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
trunk/stdlib/public/stubs Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 61e126867ca057f74c59fce5e61cadb1c71f5c02
2
+ refs/heads/master: 3d35249f89c3fe731c79fe1e7f74fb3419da8be1
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ void _stdlib_destroyTLS(void *);
23
23
SWIFT_CC (swift) SWIFT_RUNTIME_STDLIB_API
24
24
void *_stdlib_createTLS(void );
25
25
26
+ #if !SWIFT_TLS_HAS_RESERVED_PTHREAD_SPECIFIC || (defined(_WIN32) && !defined(__CYGWIN__))
27
+
26
28
static void
27
29
#if defined(_M_IX86)
28
30
__stdcall
@@ -31,6 +33,8 @@ destroyTLS_CCAdjustmentThunk(void *ptr) {
31
33
_stdlib_destroyTLS (ptr);
32
34
}
33
35
36
+ #endif
37
+
34
38
#if defined(_WIN32) && !defined(__CYGWIN__)
35
39
36
40
typedef
You can’t perform that action at this time.
0 commit comments