Skip to content

Commit d6687d2

Browse files
committed
Add deleted file back
1 parent 528e748 commit d6687d2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Sources/CSystem/shims.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
This source file is part of the Swift System open source project
3+
4+
Copyright (c) 2020 Apple Inc. and the Swift System project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
7+
See https://swift.org/LICENSE.txt for license information
8+
*/
9+
10+
#ifdef __linux__
11+
12+
#include <CSystemLinux.h>
13+
14+
#endif
15+
16+
#if defined(_WIN32)
17+
#include <CSystemWindows.h>
18+
#endif

0 commit comments

Comments
 (0)