Home
last modified time | relevance | path

Searched refs:new_fd (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dspawn.c67 int new_fd = open_not_cancel(action->action.open_action.path, in execute_file_actions() local
72 if (new_fd == -1) in execute_file_actions()
76 if (new_fd != action->action.open_action.fd) { in execute_file_actions()
77 if (dup2(new_fd, action->action.open_action.fd) in execute_file_actions()
81 if (close_not_cancel(new_fd) != 0) in execute_file_actions()

Completed in 2 milliseconds