Skip to content

Commit 603af23

Browse files
committed
---
yaml --- r: 208731 b: refs/heads/snap-stage3 c: e2854b3 h: refs/heads/master i: 208729: 23f847e 208727: 5e15c83 v: v3
1 parent 60ebd30 commit 603af23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 38a97becdf3e6a6157f6f7ec2d98ade8d8edc193
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: d97b4af15353c488ddd48a7e208906f84f7654c5
4+
refs/heads/snap-stage3: e2854b38932e9cc3aa5ac09b55b59845919860c4
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/liblibc/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ extern {}
150150
#[link(name = "c", kind = "static")]
151151
extern {}
152152

153+
#[cfg(all(windows, target_env = "msvc"))]
154+
#[link(name = "kernel32")]
155+
#[link(name = "shell32")]
156+
#[link(name = "msvcrt")]
157+
extern {}
158+
153159
// libnacl provides functions that require a trip through the IRT to work.
154160
// ie: _exit, mmap, nanosleep, etc. Anything that would otherwise require a trip
155161
// to the kernel.

0 commit comments

Comments
 (0)