Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 247591 Details for
Bug 365781
add support for O_CLOEXEC
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add O_CLOEXEC
strace-4.5.16-add-O_CLOEXEC.patch (text/plain), 318 bytes, created by
Sami Farin
on 2007-11-04 13:29:20 UTC
(
hide
)
Description:
add O_CLOEXEC
Filename:
MIME Type:
Creator:
Sami Farin
Created:
2007-11-04 13:29:20 UTC
Size:
318 bytes
patch
obsolete
>--- strace-4.5.16/file.c.bak 2007-09-13 11:51:03.074484000 +0300 >+++ strace-4.5.16/file.c 2007-11-04 15:21:03.034631438 +0200 >@@ -315,6 +315,9 @@ const struct xlat open_mode_flags[] = { > #ifdef O_EXLOCK > { O_EXLOCK, "O_EXLOCK" }, > #endif >+#ifdef O_CLOEXEC >+ { O_CLOEXEC, "O_CLOEXEC" }, >+#endif > { 0, NULL }, > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 365781
: 247591