CSystemShared.h 421 B

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