File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- // ===--- Portability.h -----------------------------------------*- C++ -*-===//
1
+ // ===--- Portability.h ------------------------------------------ *- C++ -*-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
20
20
21
21
size_t _swift_strlcpy (char *dst, const char *src, size_t maxlen);
22
22
23
- #endif
23
+ #endif
Original file line number Diff line number Diff line change 1
- //===--- Subprocess.cpp - Subprocess Stubs --------------------------------===//
1
+ //===--- Subprocess.c - Subprocess Stubs -- --------------------------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- Portability.cpp - -----------------------------------------------===//
1
+ // ===--- Portability.cpp - ------------------------------------------------ ===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
8
8
// See http://swift.org/LICENSE.txt for license information
9
9
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
- // ===---------------------------------------------------------------------===//
11
+ // ===---------------------------------------------------------------------- ===//
12
12
//
13
13
// Implementations of the stub APIs that make portable runtime easier to write.
14
14
//
15
- // ===---------------------------------------------------------------------===//
15
+ // ===---------------------------------------------------------------------- ===//
16
16
17
17
#include " swift/Runtime/Portability.h"
18
18
#include < cstring>
You can’t perform that action at this time.
0 commit comments