Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
glibc.6399
fcntl-o-tmpfile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fcntl-o-tmpfile.patch of Package glibc.6399
2015-02-09 Andreas Schwab <schwab@suse.de> [BZ #17912] * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define in terms of __O_DIRECTORY. Index: glibc-2.19/sysdeps/unix/sysv/linux/bits/fcntl-linux.h =================================================================== --- glibc-2.19.orig/sysdeps/unix/sysv/linux/bits/fcntl-linux.h +++ glibc-2.19/sysdeps/unix/sysv/linux/bits/fcntl-linux.h @@ -97,7 +97,7 @@ # define __O_DSYNC 010000 #endif #ifndef __O_TMPFILE -# define __O_TMPFILE 020200000 +# define __O_TMPFILE (020000000 | __O_DIRECTORY) #endif #ifndef F_GETLK
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