Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
ksh
sigexec.c
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sigexec.c of Package ksh
#ifndef _GNU_SOURCE # define _GNU_SOURCE #endif #include <signal.h> #include <unistd.h> int main(int argc, char* argv[]) { struct sigaction sa; sa.sa_flags = SA_RESTART; sa.sa_handler = SIG_DFL; sigemptyset (&sa.sa_mask); sigaction(SIGPIPE, &sa, (struct sigaction*)0); sigaction(SIGQUIT, &sa, (struct sigaction*)0); return execv(argv[0], &argv[1]); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor