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

/external/strace/
H A Ddesc.c203 #undef oldselect_args macro
205 # define oldselect_args long_args macro
207 unsigned int oldselect_args[5]; local
211 if (umove(tcp, tcp->u_arg[0], &oldselect_args) < 0) {
215 #ifndef oldselect_args
217 long_args[i] = oldselect_args[i];
221 #undef oldselect_args macro

Completed in 70 milliseconds