davidroyalmartin (David Martin)
- Login: davidroyalmartin
- Email: dmartin@cs.bc.edu
- Registered on: 03/15/2009
- Last sign in: 03/15/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/15/2009
-
09:16 AM Ruby Feature #1291 (Closed): O_CLOEXEC flag missing for Kernel::open
- =begin
Linux has a the most useful O_CLOEXEC flag for open() that sets the CLOEXEC flag on the new file descriptor.
You can currently set the CLOEXEC flag on an open file descriptor using IO::fcntl(), but note that this does *not*...