| 1234567891011121314 |
- /*
- This source file is part of the Swift System open source project
- Copyright (c) 2026 Apple Inc. and the Swift System project authors
- Licensed under Apache License v2.0 with Runtime Library Exception
- See https://swift.org/LICENSE.txt for license information
- */
- #if !defined(_WIN32)
- extern int csystem_posix_pipe2(int fildes[2], int flag);
- #endif
- extern int csystem_posix_dup3(int fildes, int fildes2, int flag);
|