File tree Expand file tree Collapse file tree 3 files changed +16
-24
lines changed Expand file tree Collapse file tree 3 files changed +16
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ //===--- LibProcIncludeSystemHeader.h -------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
7
+ //
8
+ // See https://swift.org/LICENSE.txt for license information
9
+ // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ //===----------------------------------------------------------------------===//
12
+
13
+ // This file exists to include the following not-yet-modularized system header:
14
+
15
+ #include <libproc.h>
Original file line number Diff line number Diff line change 11
11
//===----------------------------------------------------------------------===//
12
12
13
13
module LibProc {
14
- header "LibProc .h"
14
+ header "LibProcIncludeSystemHeader .h"
15
15
export *
16
16
}
You can’t perform that action at this time.
0 commit comments