apple / swift-system

Low-level system calls and types for Swift
Apache License 2.0
1.18k stars 102 forks source link

Remove Windows warnings #105

Closed dduan closed 2 years ago

dduan commented 2 years ago

These calls are missing their Windows counter parts, resulting warnings stating X is deprecated: The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: Y. See online help for details.

Add them Ys like the rest.

dduan commented 2 years ago

@swift-ci test

milseman commented 2 years ago

@compnerd can you take a look?

dduan commented 2 years ago

Thanks!