Skip to content

Commit 2add64f

Browse files
authored
Merge pull request #17126 from xedin/c++cstddef-portability
[Runtime] NFC: Switch Portability to use C++ stddef header
2 parents 07caabe + ab2ac25 commit 2add64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/Portability.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#ifndef SWIFT_RUNTIME_PORTABILITY_H
1818
#define SWIFT_RUNTIME_PORTABILITY_H
19-
#include <stddef.h>
19+
#include <cstddef>
2020

2121
size_t _swift_strlcpy(char *dst, const char *src, size_t maxlen);
2222

0 commit comments

Comments
 (0)