DEBSOURCES
Skip Quicknav
sources / bobcat / 6.11.00-1 / pipe / reset2.cc
12345678
#include "pipe.ih" void Pipe::reset(int const *fds) { close(); Pipe tmp{ fds }; swap(tmp); }