Searched defs:newaction (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c117 struct sigaction newaction; local
156 bzero((char *)&newaction, sizeof (newaction));
157 newaction.sa_handler = SIG_IGN;
158 (void) sigaction(SIGPIPE, &newaction, &oldaction);

Completed in 171 milliseconds