Home
last modified time | relevance | path

Searched refs:dup2 (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h121 * The dup2() function shall cause the file descriptor __newfd to refer to the same open file description
124 * in which case dup2() shall return __newfd without closing it.
128 * <li>The dup2() function doesn't support to clone a socket descriptor.</li>
130 * support dup2().</li>
141 * <li><b>EINTR</b>: The dup2() function was interrupted by a signal.</li>
151 int dup2(int, int);

Completed in 2 milliseconds