Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:libs
libsndfile-progs
sndfile-ocloexec.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sndfile-ocloexec.patch of Package libsndfile-progs
--- src/file_io.c | 3 +++ 1 file changed, 3 insertions(+) Index: libsndfile-1.1.0/src/file_io.c =================================================================== --- libsndfile-1.1.0.orig/src/file_io.c +++ libsndfile-1.1.0/src/file_io.c @@ -598,6 +598,9 @@ psf_open_fd (PSF_FILE * pfile) return - SFE_BAD_OPEN_MODE ; break ; } ; +#ifdef O_CLOEXEC + oflag |= O_CLOEXEC; +#endif if (mode == 0) fd = open (pfile->path, oflag) ;
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