# PIPE_CLOEXEC

`import { PIPE_CLOEXEC } from "destack:ipc/binding";`

Create the pipe endpoints as close-on-exec or non-inheritable.

```ds title="PIPE_CLOEXEC"
const PIPE_CLOEXEC: PipeFlags
```

[language/library/src/ipc/binding/pipe.ds:14](https://github.com/destack-sh/destack/blob/main/language/library/src/ipc/binding/pipe.ds#L14)
